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.
7.8m questions
10.5m answers