QAProgramming › In a proper webpage, which tag holds all of a webpages visible HTML?
Q

In a proper webpage, which tag holds all of a webpages visible HTML?

A

A proper webpage will use the <Body> tag to contain the entire visible HTML. Literally, the <Body> tag is the content of an HTML document. The only thing the <Body> tag does not contain is the page title which will go to the head tag. The body of the website is the only thing that can be seen by users. In other words, all visible elements are written between <Body> and </Body>.

3 years ago
150 Views