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