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