Head Element
Another important element in HTML is the head
element. It contains the so-called metadata of the document. This data is not directly visible on the web page.
In the image, we can see two of many possible uses of the head
element.
Furthermore, it can be used to provide information about the web page to web browsers or search engines (Google, Seznam).
Instructions
Create the head
element as a child of the html
element.
Start programming for free
7/9