HTML Chapter 2: Text Flashcards
(18 cards)
How many heading does HTML have
HTML has six levels of heading
<h1></h1>
.
.
.
<h6></h6>
How to create a paragraph in HTML
<p></p>
How to make characters appear bolded
<b></b>
Italics
<i></i>
Supersciprt
Subscript
When the browser comes across two or more spaces next to each
other, it only displays ____ space.
Similarly if it comes across a linebreak, it treats that as a singlespace too
one
Line break
<br></br>
Horizontial line
<hr></hr>
emphasis (italics)
<em></em>
element is
used for longer quotes that take
up an entire paragraph. Note
how the <p> element is still
used inside the <blockquote>
element
<blockquote>
</blockquote>
Shorter quotes that sit within a paragraph
<q></q>
Abbreviations
<p><abbr>Prof</abbr> Stephen
Hawking is a theoretical physicist and
cosmologist.</p>
<p><acronym>NASA</acronym> do some crazy
space stuff.</p>
Citation
<cite></cite>
Definition
<dfn></dfn>
Adress
<address>
<p><a>
homer@example.org</a></p>
<p>742 Evergreen Terrace, Springfield.</p>
</address>
Show content has been inserted (underlined)
<ins></ins>
Show content has been deleted (crossed out)
<del></del>