how to use body tag in css code example
Example 1: html body tage
<!DOCtype html>
<html>
<body>
<!--This is the HTML Body tag.-->
</body>
</html>
Example 2: html body tag
<!DOCTYPE html>
<html>
<body>
<!--This is the HTML Body tag.-->
</body>
</html>