Computer Science, asked by jitendrameena2177, 8 months ago

Write syntax of BODY in HTML​

Answers

Answered by jisoo86
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 Anonymous
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