Answers for "how to use body tag html"

5

html body tage

<!DOCtype html>
<html>
   <body>
   		<!--This is the HTML Body tag.-->    
  </body>
</html>
Posted by: Guest on April-14-2020
0

html body tag

<body>
  <!-- this is the body,the body 
	lement contains all the contents of an HTML document, 
	such as headings, paragraphs, images, hyperlinks, tables,
 	lists, etc -->
</body>
Posted by: Guest on August-25-2020
0

how to use body tag html

<body>
  This is the body tag it will contain h1 h2 h3 h4 h5 and all headers and p tag and divs and a lot more
</body>
Posted by: Guest on September-22-2020
0

<body> tag

<body>
    <!-- BODY -->
<body>
Posted by: Guest on June-12-2020

Browse Popular Code Answers by Language