HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML head tag

HTML head tag

 

 

The head tag is a container for metadata and is placed between the html tag and the body tag. The browser does not show what is written inside the head, especially the metadata. Metadata is typically defined as the document title, character set, meta information like description, keyword, author, styles, scripts, and other meta information.

 

The following Elements are in the head tag:-

 

  • < title >
  • < style >
  • < script >
  • < noscript >
  • < base >
  • < link >
  • < meta >

 

Syntax:-

 

Its syntax is:- < head >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML