HTML Flashcards
Text that has no extra importance but is styled in bold font by usage and convention.
<b></b>
Identifies text as an abbreviation; configure the title attribute with the full name.
<abbr></abbr>
Identifies a citation or reference; usually displayed in italics
<cite></cite>
Identifies program code samples; usually a fixed-space font
<code></code>
Identifies a definition of a word or term; usually displayed in italics
<dfn></dfn>
Causes text to be emphasized in relation to other text; usually displayed in italics
<em></em>
Text that has no extra importance, but is styled in italics by usage and convention
<i></i>
Identifies user text to be typed; usually a fixed space font
<kbd></kbd>
Text that is highlighted in order to be easily referenced(HTML5 only)
< mark >
Shows program sample output; usually a fixed space font
<samp></samp>
Legal disclaimers and notices (“fine print”) displayed in small font size
<small></small>
Strong importance; causes text to stand out from surrounding text; usually displayed in bold
<strong></strong>
Displays a subscript as small text below the baseline
Displays a superscript as small text above the baseline
Identifies and displays a variable or program output; usually displayed in italics
<var></var>
HTML Heading tag(s)
<h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> <h6></h6>
HTML paragraph tag(s)
<p></p>
HTML Link tag(s)
<a>This is text linking to JoeNoPhoto.com</a>
HTML Image tag(s)
<img></img>
HTML Comments tag(s)
<!-- This is an HTML comment -->
Horizontal line tag(s)
<hr></hr>
line breaks in paragraph
<br></br>
Defines inserted text
<ins></ins>
Defines deleted text
<del></del>
Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks
<pre>
</pre>
Tag used to associate an external style sheet to an HTML document
Tag to define style information for an HTML document
Tag to define metadata within an HTML document. Include the attribute added to every document.
Tag that is a block level element that can be used as a container for grouping other HTML elements.
<div>
</div>
texted within this tag can have style attributes added to it within another element.
<span></span>
Define a one-line input field that a user can enter text into for a first and last name.
First name: <br></br>
Last name:
Define a password input field.
Password:
Define a radio box field.
Male
Define checkbox fields.
I have a bike<br></br>
I have a car
Define a field containing a submit button.
Username:
Tag/element to display a web page within a web page.
Reserved characters in HTML must be replaced with ____________________
Character Entities