HTML-Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
In the Head (MetaData).
2
Q
Where do you put visible content about the HTML document?
A
In the Body.
3
Q
Where do the < head > and < body > tags go in a valid HTML document?
A
Inside HTML Element.
4
Q
What is the purpose of a < !DOCTYPE > declaration?
A
To let the browser know which version of HTML is being used.