HTML-Skeleton Flashcards
1
Q
Where do you put non-visible content about the HTML document?
A
In the <head> element
2
Q
Where do you put visible content about the HTML document?
A
in the <body> element
3
Q
Where do the <head> and <body> tags go in a valid HTML document?
A
in between the <HTML> tags
4
Q
What is the purpose of a <!DOCTYPE> declaration?
A
To tell what version of HTML we are using