HTML Home
HTML Tags Reference
Selected Reading
© 2011 TutorialsPoint.COM
|
HTML <head> tag
Function:
The HTML <form> tag is used for indicating the head section of the HTML document. Tags included inside head tags are not displayed on browser window.
Difference between HTML and XHTML:
NONE
Example:
<html>
<head>
<title>Title of the document</title>
</head>
<body>
actual content goes here
</body>
</html>
|
Online Practice:
To Become more comfortable - Do Online Practice
Attributes:
Attribute | Value | Description |
profile | URL | Specifies the URI/URL of one or more meta data profiles. |
Standard Attributes:
Attribute | Description |
dir | Specifies the direction of the text |
lang | Sets the language code. |
|
|
|