HTML Flashcards
1
Q
What comes at the beginning of a HTML document>
A
!doctype html
2
Q
<ol> is the tag for?</ol>
A
An ordered list
3
Q
<ul> is the tag for?</ul>
A
An list that is not in order
4
Q
h1 is bigger or smaller than h6?
A
Bigger
5
Q
What is the / used for in HTML
A
It is used to end the function of the tag it’s for.