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 body Tag

HTML body Tag

 

 

The body tag defines the document's body. It consists of all elements such as headings, paragraphs, images, hyperlinks, tables, lists, etc. The body element can be used only once in the whole HTML document.

 

Uses of body tag:-

 

  • It contains everything that we want to show in the browser
  • We can use all different kinds of tags in it
  • we can add our custom styling to it
  • we can add our custom scripts to it
  • it contains navsheadersfooters, and many more things

 

Syntax:-

 

Its syntax is:- < body >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML