Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
in the <head> section
2
Q
Where do you put visible content about the HTML document?
A
in the <body> section.
3
Q
Where do the <head> and <body> tags go in a valid HTML document?
A
between <html> and </html>
4
Q
What is the purpose of a <!DOCTYPE> declaration?
A
to declare and let the web browser know what kind of html document the page will be.