HTML - html tag
Here you learn how to code the HTML tag.
The 'HTML' tag is the first tag in an HTML file. It tells the browser that it is the beginning of an HTML file. Sometimes before the HTML tag there is a document type declaration. If there is one then the HTML tag will be right after that. The HTML tag is a standard tag that doesn't need to be changed, customized, or strategized in any way.HTML tag
|
<html> <head> <title>HTML tutorial</title> </head> <body> content </body> </html> |
||
Bookmark this page: |








