HTML Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
Inside the <head> Element.
2
Q
Where do you put visible content about the HTML document?
A
Inside the <body> Element
3
Q
Where do the <head> and <body> tags go in the valid HTML document?
A
Inside the <Html> </html> elements.
4
Q
What is the purpose of a <!DOCTYPE> declaration
A
to let the browser know which version of HTML you are using.