Learn Basic HTML Complete Course part 22

HTML Head

The HTML <head> element is used as a container for metadata (data about data). It is used between <html> tag and <body> tag.

The head of an HTML document is a part whose content is not displayed in the browser on page loading. It just contains metadata about the HTML document which specifies data about the HTML document.

An HTML head can contain lots of metadata information or can have very less or no information, it depends on our requirement. But head part has a crucial role an HTML document while creating a website.

Metadata defines the document title, character set, styles, links, scripts, and other meta information.



Following is a list of tags used in metadata:


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


We will learn about this all tag in details in this tutorial.

Post a Comment

© Top Blog Pk. All rights reserved. Developed by Jago Desain