html skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
In between head tags
2
Q
Where do you put visible content about the HTML document?
A
In between body tags
3
Q
Where do the and tags go in a valid HTML document?
A
In between html tags
4
Q
What is the purpose of a !DOCTYPE
declaration?
A
To tell a
browser which version of HTML
the page is using