Document outline
<!DOCTYPE html> Version of (X)HTML
<html> Html document
<head> Page information
<body> Page content
<object> Object
<param/> Parameter
List
<ul> Un ordered list
<ol> Ordered list
<li> List item
<dl> Definition list
<dt> Definition term
<dd> Term description
Page information
<base/l> Base URL
<meta/> Meta data
<title/> Title
<link/> Page content
<style> Page content
<script> Page content
Document structure and links
<h[1-6]> Heading
<div> Page section
<span> Inline section
<p> Paragraph
<br/> Line break
<hr/> Horizontal rule
<a href=""> Page link
<a href="mailto:"> Email link
<a name ="name"> Anchor
<a href="#name"> Link to anchor
Form
<form> Form
<fieldset> collection of fields
<legend> Form legend
<label> Input label
<Input/> Form input
<select> Drop-down box
<optgroup> Group of options
<option> Drop-down options
<textarea> Large text input
<button> Button
Table structure
<table> Table
<caption> Caption
<thead> Table head
<tbody> Table body
<tfoot> Table footer
<colgroup> Column group
<col/> Column
<tr> Table row
<th> Table header
<td> Table
Text MarkUp
<strong> Strong emphasis
<em> Emphasis
<blockquote> Long quotation
<q> Short quotation
<abbr> Abbeviation
<acronym> Acronym
<adressgt Adresse
<pre> Pre-formatted text
<dfn> Defination
<code> Code
Images and image maps
<img/> image
<map> Image Map
<area/> Area of image map
<label> Input label
<Input/> Form input
<select> Drop-down box
<optgroup> Group of options
<option> Drop-down options
<textarea> Large text input
<button> Button
Common character entities
& #34; (")Quotation mark
& #38; Ampersand
& #60; (<)Less than
& #2; (>)Greater than
& #64; (@)(At)symbol
& #169 (©)Copyright symbol
& #128; (€)Euro
& #149; (•)Small bullet
& #153; (™) Trademark
& #163; (£)Pound
Go Up