Copyright © tutorialspoint.com
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.
NONE
<html> <head> <title>Title of the document</title> </head> <body> actual content goes here </body> </html> |
To Become more comfortable - Do Online Practice
Attribute | Value | Description |
---|---|---|
profile | URL | Specifies the URI/URL of one or more meta data profiles. |
Attribute | Description |
---|---|
dir | Specifies the direction of the text |
lang | Sets the language code. |
Copyright © tutorialspoint.com