Set the Language of the Linked Document in HTML



Use the hreflang attribute to set the language of the linked document in HTML.

Example

You can try to run the following code to implement the hreflang attribute −

<!DOCTYPE html>
<html>
   <head>
      <title>HTML hreflang attribute</title>
   </head>
   <body>
      <p>Database Tutorial:</p>
      <a href = "dbms/index.htm" hreflang = "en">DBMS</a>
   </body>
</html>
Updated on: 2020-03-03T12:35:15+05:30

105 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements