HTML <body> tag
Usage
Used to define the main body section of a document which is visible to the user.
Example
Code:
<html>
<body>
This is the page content
</body>
</html>
Required Attributes
- none
Optional Attributes
- none
Used to define the main body section of a document which is visible to the user.
<html>
<body>
This is the page content
</body>
</html>