HTML <body>
query_builder | Christopher PisaniThe HTML <body> Element represents the content of the HTML document. Only one <body> is to be used in a document. This element will hold all the visual elements that is displayed on the screen like tables, articles, menu info , footer info etc..
<html>
<head>
<title>Document title</title>
</head>
<body>
<p>This is a paragraph</p>
</body>
</html>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.