D276 Tags and Terms Flashcards
<p>
</p>
Paragraph, must have closing tag
<br></br>
Creates a line break
<section>
</section>
Collection of related content, must have closing tag
<h1>
</h1>
Heading bold and separates text
<cite></cite>
Denotes a title and italicized by default
<mark></mark>
Highlights enclosed text
<strong></strong>
Important text, bold by default
<b></b>
Text needs attention, bold by default
<i></i>
Text in an alternate voice; italicized by default
<u></u>
Underlines text
<em></em>
Emphasized text; italics
<var></var>
Definition of computer variable
<kbd></kbd>
Keyboard input
<samp></samp>
Sample text
<code></code>
Computer code
<–!–>
Comment on code; doesn’t appear
<ul>
</ul>
Unorganized list
<li>
</li>
list item
<ol>
</ol>
Organized list default 1,2,3…