'head' Syntax and Note
Note:
This element creates the header section of an HTML document.
In header, you can 1)define the title of the document,
2)establish links to CSS style sheets,
3)reference JavaScript code, and so on.
Syntax:
<head attributes events> . . . </head>
Related examples in the same category