HTML Tags Flashcards
1
Q
A
root element of page
2
Q
A
root element of page
3
Q
A
meta info
4
Q
A
visible page content
5
Q
<p></p>
A
paragraph
6
Q
<a></a>
A
used with href for link
7
Q
<img></img>
A
display image
8
Q
A
display button
9
Q
<ul></ul>
A
unordered list, used with <li>
10
Q
<ol></ol>
A
ordered list, used with <li>
11
Q
<li>
</li>
A
list item, used with list tags
12
Q
<br></br>
A
break line. empty tag don’t close tag
13
Q
A
meta info
14
Q
A
visible page content
15
Q
<p></p>
A
paragraph