Html Flashcards
1
Q
<p>
</p>
A
Paragraph
2
Q
<h1>
</h1>
A
Heading 1
3
Q
<strong></strong>
A
strong, bold
4
Q
<em></em>
A
emphasis, now the difference
5
Q
<abbr></abbr>
A
Abbreviation
6
Q
<address>
</address>
A
contact information
7
Q
<bdo></bdo>
A
override the current text destination
8
Q
<blockquote>
</blockquote>
A
content from another source
9
Q
<cite></cite>
A
title of the work, book, website
10
Q
<q></q>
A
inline quotation
11
Q
<code></code>
A
display a part of the programming code