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.
<html>
<head>...</head>
<body>...</body>
</html>
Related HTML job interview questions
-
What is a <pre> tag?
HTML Junior -
What is a <code> tag?
HTML Junior -
What is a <html> tag?
HTML Junior -
What are <h1>...<h6> tags?
HTML Junior -
What is a <style> tag?
HTML Junior