DEV Community

Cover image for Head tag - HTML
Melina Caroline Bernard
Melina Caroline Bernard

Posted on

Head tag - HTML

•The <head> container tag is used to include technical information about the page

Title, description and keywords are nested in the head tag.

•You can use the <head> to help increase visibility and traffic from search engines like Google.

•The information in the head is not displayed on the web page.

•Only the title, is shown in search engine results and in the browser tab.

Top comments (0)