77.4k views
3 votes

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



Html

Head

Body

Link

Script

doctype



User Linmic
by
5.9k points

1 Answer

2 votes

Body.


head contains all of the data that we generally don't see.


Link is used to link to external stylesheets.


script is where you would type scrips.


doctype is used to tell the browser the document type.

User Khkarens
by
5.7k points