HTML    http://w3schools.com

Document Outline

<!DOCTYPE>
<html>
<head>
<body>

Version of (X)HTML
HTML document
Page information
Page contents

Comments

<!-- Comment Text -->

Page Information

<base/>
<meta/>
<title>
<link/>
<style>
<script>

Base URL
Meta data
Title
Relevant resource
Style resource
Script resource

Document Structure

<h[1-6]>
<div>
<span>
<p>
<br/>
<hr/>

Heading
Page section
Inline section
Paragraph
Line break
Horizontal rule

Lists

<a href="">
<a href="mailto:">
<a name="name">
<a href="#name">

Page link
Email link
Anchor
Link to anchor

Links

<ol>
<ul>
<li>
<dl>
<dt>
<dd>

Ordered list
Unordered list
List item
Definition list
Definition term
Term description

Text Markup

<strong>
<em>
<blockquote>
<q>
<abbr>
<acronym>
<address>
<pre>
<dfn>
<code>
<cite>
<del>
<ins>
<sub>
<sup>
<bdo>

Strong emphasis
Emphasis
Long quotation
Short quotation
Abbreviation
Acronym
Address
Pre-formatted text
Definition
Code
Citation
Deleted text
Inserted text
Subscript
Superscript
Text direction

Forms

<form>
<fieldset>
<legend>
<label>
<input/>
<select>
<optgroup>
<option>
<textarea>
<button>

Form
Collection of fields
Form legend
Input label
Form input
Drop-down box
Group of options
Drop-down options
Large text input
Button

Tables

<table>
<caption>
<thead>
<tbody>
<tfoot>
<colgroup>
<col/>
<tr>
<th>
<td>

Table
Caption
Table header
Table body
Table footer
Column group
Column
Table row
Header cell
Table cell

Frames

<frame/>
<frameset/>
<iframe/>

Frame
Frame Set
Internal Frame

Images and Multimedia

<img/>  
<map>  
<area/>  
<embed/>  
<noscript>  
<object> 
<param/> 
<applet> 
<sound/> 

Image 
Image Map 
Area of Image Map 
Embed multimedia*
Alternate content*
Media object 
Parameter 
Applet embeded*
Sound embedded*
* Not HTML standard

Common Character Entities

&#34;
&#38;
&#60;
&#62;
&#64;
&#128;
&#149;
&#153;
&#163;
&#160;
&#169;

"
&
<
>
@



£
 
©

Quotation mark
Ampersand
Less than
Greater than
"At" symbol
Euro
Small bullet
Trademark
Pound
Non-breaking space
Copyright symbol

Empty Elements

<area/>
<base/>
<br/>
<col/>
<hr/>

<img/>
<input/>
<link/>
<meta/>
<param/>