What is a <body> tag?
Experience Level: Junior
Tags: HTML
Answer
The
Example
<body>
tag represent the content of an HTML document. All tags will displaycontent on the web page.
<html>
<head>...</head>
<body>...</body>
</html>
Related HTML job interview questions
What is a <pre> tag?
HTML JuniorWhat is a <code> tag?
HTML JuniorWhat is a <html> tag?
HTML JuniorWhat are <h1>...<h6> tags?
HTML JuniorWhat is a <style> tag?
HTML Junior