HTML Tags and Attributes Flashcards
Contains content that should be subscript
Contains content that should be superscript.
E.G.)
HTML: 42
Display: 4^2
<b></b>
Contains content that should be bold
<i></i>
Contains content that should be italicized
<br></br>
Empty element (self-enclosing) tag which adds a line break
<hr></hr>
Horizontal rule Empty element (self-enclosing) tag which adds a horizontal line
<strong></strong>
Contains content that indicates strong importance
Represented in bold by default
<em></em>
Contains content that shows emphasis
<blockquote>
</blockquote>
Contains quotes that take up an entire paragraph
Contains smaller quotes within a paragraph
<abbr></abbr>
Contains content which are abbreviated; also used for acronyms
A title attribute on the opening tag is used to specify the full term
<cite></cite>
Used when referencing a piece of work such as a book, film, or research paper; the cite element indicates where the citation is from
<dfn></dfn>
Indicates defining instance of a new term
E.G.)
A <dfn>Black hole</dfn> is a region of space from which nothing can escape
<address>
</address>
Contains contact details for the author of the page
E.G.) An email address, physical address, phone number, etc.
Contains content that is no longer accurate or relevant (but that should not be deleted)
The content of element is usually displayed with a line through the center