[2] Body Tag in HTML

The body tag defines document's body. It contain all the element need to show in your browser body.

It contain elements like;

  1. Paragragh.
  2. Heading.
  3. Buttons.
  4. Links
  5. Form etc.

It can be styled using id or class . Javacript can be applied to this task to call page load events.