Basic HTML Flashcards
What is a phrase element?
Indicates the context and meaning of text between container tags. Can apply to a string of txt or a single character
<b></b>
Bold
<cite></cite>
Citations. Displayed in italics.
<dfn></dfn>
Definition of a word or term. Displayed in italics
<em></em>
Emphasize. In italics
<i></i>
Italicized
<small></small>
Small txt for legal disclaimers & notices. The “fine print”
<strong></strong>
Strong. Displayed in bold
Both for super & subscripts
To use symbols like “ “, >, <, special characters called what are used?
Entity characters
<ol>
</ol>
Ordered list
<li>
</li>
Listed numbered items
To create an ordered list organized by uppercase letters, use what?
<ol type=“A”>
<ul>
</ul>
Unordered list
<dl>
</dl>
Displays a description list