<!DOCTYPE>
<html>
<head>
<body>
Version of (X)HTML
HTML document
Page information
Page contents
<base/>
<meta/>
<title>
<link/>
<style>
<script>
Base URL
Meta data
Title
Relevant resource
Style resource
Script resource
<h[1-6]>
<div>
<span>
<p>
<br/>
<hr/>
Heading
Page section
Inline section
Paragraph
Line break
Horizontal rule
<a href="">
<a href="mailto:">
<a name="name">
<a href="#name">
Page link
Email link
Anchor
Link to anchor
<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
<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
<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
onBlur
onChange
onFocus
onReset
onSelect
onSubmit
On focus lost
On element changed
On focus on element
On form reset
On element select
On form submit
onClick
onDblClick
onMousedown
onMousemove
onMouseout
onMouseover
onMouseup
On mouse click
On mouse doubleclick
On mouse pressed
On mouse moved
On mouse out of element
On mouse over element
On mouse released