In a proper webpage, which tag holds all of a webpages visible HTML?
doctype
The general structure is:
<html>
<head>
</head>
<body>
... here goes the content ...
</body>
</html>
So the page content is in the <body> tag.
9.4m questions
12.2m answers