asked 33.6k views
1 vote
In a proper webpage, which tag holds all of a webpages visble HTML

2 Answers

6 votes

the <body> tag hold all of the visible HTML.


The head is everything that you wouldn't see, like meta data, script links, stylesheet links. You get the idea. Lol

answered
User MaikoID
by
9.1k points
7 votes
if I remember correctly, I believe it's <body></body>
answered
User AnshuVersatile
by
9.6k points

Related questions

1 answer
3 votes
77.4k views
1 answer
1 vote
19.6k views