Body Element

Body Element

It comes after the <head> element and contains the content of web page which is visible on internet or called as body content. It is a container for displayable content of an HTML document.

Various mark-up elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images, and so on. For example

<html>

<head>

<title>Head tag example </title>

</head>

<body>

<p>This is a paragraph tag.</p>

</body>

</html>

Get industry recognized certification – Contact us

Menu