XHTML Guide List
XHTML Guide List
Lists
Document Outline
<!DOCTYPE>
Version of (X)HTML
<ol>
Ordered list
<object>
Object
<html>
HTML document
<ul>
Unordered list
<param />
Parameter
<head>
Page information
<li>
List item
<body>
Page contents
<dl>
Definition list
<dt>
Definition term
<dd>
Term description
Comments
<!-- Comment Text -->
Page Information
Forms
<form>
Form
<fieldset>
Collection of fields
Empty Elements
<area />
<img />
<base />
<input />
<br />
<link />
<col />
<meta />
<hr />
<param />
<base />
Base URL
<legend>
Form legend
<meta />
Meta data
<label>
Input label
<title>
Title
<input />
Form input
class
style
<link />
Relevant resource
<select>
Drop-down box
id
title
<style>
Style resource
<optgroup>
Group of options
Script resource
<option>
Drop-down options
<script>
<textarea>
<button>
Button
Document Structure
<h[1-6]>
Heading
<div>
Page section
<span>
Inline section
<p>
Paragraph
<br />
Line break
<hr />
Horizontal rule
Links
<a href="">
Page link
<strong>
Strong emphasis
<em>
Emphasis
<blockquote>
Long quotation
<q>
Short quotation
<abbr>
Abbreviation
<acronym>
Acronym
<address>
Address
<pre>
Pre-formatted text
<dfn>
Definition
<code>
Code
<cite>
Citation
<del>
Deleted text
<ins>
Inserted text
<sub>
Subscript
<sup>
Superscript
<bdo>
Text direction
Tables
dir
<table>
Table
<caption>
Caption
<thead>
Table header
<tbody>
Table body
<tfoot>
Table footer
<colgroup>
Column group
<col />
Column
<tr>
Table row
<th>
Header cell
<td>
Table cell
Text Markup
Core Attributes
<img />
Image
<map>
Image Map
<area />
lang
tabindex
Window Events
onLoad
onUnload
Form Events
onBlur
onReset
onChange
onSelect
onFocus
onSubmit
"
"
Quotation mark
&
&
Ampersand
<
<
Less than
onKeydown
>
>
Greater than
onKeypress
@
"At" symbol
€
Euro
•
Small bullet
™
Trademark
onClick
onMouseout
£
Pound
onDblclick
onMouseover
Non-breaking space
onMousedown
onMouseup
Copyright symbol
onMousemove
 
©
Keyboard Events
onKeyup
Mouse Events