HTML Flashcards
(12 cards)
1
Q
Paragraph
A
<p>
</p>
2
Q
Line break
A
<br></br>
3
Q
Table
A
<table></table>
4
Q
Table row
A
<tr></tr>
5
Q
Table column
A
<td></td>
6
Q
Heading 1
A
<h1></h1>
7
Q
Include an image
A
<img src=“image.gif”>
8
Q
Hyperlink to a new webpage
A
<a href=“newdoc.html”>displayed link</a>
9
Q
Section of the document
A
<div></div>
10
Q
Ordered/numbered list
A
<ol></ol>
11
Q
Unordered list
A
<ul></ul>
12
Q
List item
A
<li>
</li>