Make Money Online HTML PHP JAVASCRIPT HTML Tutorial for Beginners 05 – Head and Body Tag

HTML Tutorial for Beginners 05 – Head and Body Tag

HTML Tutorial for Beginners 05 – Head and Body Tag post thumbnail image


HTML is the backbone of the internet. It is the language that web browsers use to interpret and display web pages. In this tutorial, we will be discussing the head and body tags.

The head tag is used to contain information about the document, such as the title, author, and keywords. The body tag is used to contain the actual content of the document.

The head tag is placed between the and tags, and the body tag is placed between the and tags.

The following is an example of a basic HTML document:

My First HTML Document

This is my first HTML document.

The title of the document is contained within the head tag. The body of the document is contained within the body tag.

The following is an example of a document with a header and a footer:

My First HTML Document

This is my first HTML document.

This is the header.

This is the footer.

The header and footer are contained within the body tag.

Related Post