What is a <body> tag?

Experience Level: Junior
Tags: HTML

Answer

The <body> tag represent the content of an HTML document. All tags will displaycontent on the web page.
Example
<html>
    <head>...</head>
    <body>...</body>
</html>
Related HTML job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.
HTML for beginners
HTML for beginners

Are you learning HTML ? Try our test we designed to help you progress faster.

Test yourself