html-skeleton Flashcards
(4 cards)
Where do you put non-visible content about the HTML document?
Inside “Head” Tag
Where do you put visible content about the HTML document?
Inside the “Body” tag
Where do the “head” and “Body” tags go in a valid HTML document?
Inside the “HTML” tag
What is the purpose of “!Doctype” declaration?
It is an instruction to the web browser about what version of HTML the page is written in.