TAG index

HTML and CSS Quick Reference

  • HOME
  • HTML Tags
  • CSS Properties
  • HTML Colors
  1. HOME
  2. HTML Tags
  3. Page Tags
  4. document language

document language

<html lang="">

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O

The lang attribute of the HTML element defines the language of a document.


<html lang="en"></html>

Attribute Value Explanation
lang=" " language code sets the language code
  • List of language codes
  • language of an element

Example


<html lang="en">
<head>
<title>TAG index</title>
</head>
<body>



</body>
</html>

Page Tags
Related Document
  • HTML - basic elements
  • HTML - language of an element
All HTML elements as defined in the HTML Living Standard

Categories

  • HTML Tags
  • Page Tags
  • Text Tags
  • Link Tags
  • List Tags
  • Image Tags
  • Table Tags
  • Frame Tags
  • Form Tags
  • Embed Tags
  • Attributes
  • All HTML Tags
  • Relation Document
  • About TAG index
  • Privacy Policy
  • Contact Me

HTML Tags, CSS Properties, Codes and Examples.

Author: Eiji Takahashi
Copyright © TAG index. All Rights Reserved.