HTML tags Flashcards
<!--...-->
Defines a comment
<a></a>
Defines a hyperlink
<abbr></abbr>
Defines an abbreviation or an acronym
<address></address>
Defines contact information for the author/owner of a document
<b></b>
Defines bold text
<blockquote></blockquote>
Defines a section that is quoted from another source
<br></br>
Defines a single line break
<cite></cite>
Defines the title of a work
<code></code>
Defines a piece of computer code
<dd></dd>
Defines a description/value of a term in a description list
<del></del>
Defines text that has been deleted from a document
<dfn></dfn>
Specifies a term that is going to be defined within the content
<div></div>
Defines a section in a document
<dl></dl>
Defines a description list
<dt></dt>
Defines a term/name in a description list
<em></em>
Defines emphasized text
<h1> to <h6></h6></h1>
Defines HTML headings
<hr></hr>
Defines a thematic change in the content
<i></i>
Defines a part of text in an alternate voice or mood
<img></img>
Defines an image
<ins></ins>
Defines a text that has been inserted into a document
<kbd></kbd>
Defines keyboard input
<li>
</li>
Defines a list item
<ol></ol>
Defines an ordered list
<p></p>
Defines a paragraph
<pre></pre>
Defines preformatted text
<samp></samp>
Defines sample output from a computer program
<small></small>
Defines smaller text
<span></span>
Defines a section in a document
<strong></strong>
Defines important text
Defines subscripted text
Defines superscripted text
<u></u>
Defines some text that is unarticulated and styled differently from normal text
<ul></ul>
Defines an unordered list
<var></var>
Defines a variable