Write syntax of BODY in HTML
Answers
Answered by
1
Answer:
hope this helps u
Explanation:
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Answered by
1
Answer:
The body tags defined the documents body. The body elements contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
Similar questions