asked 77.4k views
3 votes

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



Html

Head

Body

Link

Script

doctype



asked
User Linmic
by
8.4k 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.

answered
User Khkarens
by
8.6k points

Related questions

1 answer
1 vote
19.6k views
2 answers
1 vote
33.6k views