Cover | Table of Contents
<!DOCTYPE>
<!DOCTYPE>
<base>
<body>
<head>
<html>
<link>
<meta>
<title>
<address>
<blockquote>
<dd>
<div>
<dl>
<dt>
<h1> through <h6>
<li>
<ol>
<p>
<ul>
<b>
<big>
<cite>
<code>
<HTML>
<HEAD>
<TITLE>document title</TITLE>
</HEAD>
<BODY>
contents of document
</BODY>
</HTML>
<DL>
<DT>
<DD>
<DT>
<DD>
</DL>
<OL> <LI> <LI> <LI> </OL>
<UL> <LI> <LI> <LI> </UL>
<OL>
<LI>
<LI>
<UL>
<LI>
<LI>
</UL>
</OL>
<a> tag specifies a named
fragment; the second <a> tag links back to
that named fragment.
<A NAME="fragmentname">Text</A> ... <A HREF="#fragmentname">Link to Text</A>
<MAP NAME="map1">
<AREA SHAPE="rect" COORDS="123,20,234,40"
HREF="http://www.oreilly.com/">
<AREA SHAPE="circ" COORDS="111,50,25"
HREF="index.html">
</MAP>
<IMG SRC="graphic.gif" USEMAP="map1">
<td>) that appear within each row
(<tr>). The table in the example below has
two rows and two columns.
<TABLE>
<TR>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
</TR>
</TABLE>%coreattrs indicates the collection of core HTML
attributes according to the HTML 4.01 specification:
id
class
style
title
%i18n stands for
"internationalization" (i + 18
characters + n) and includes attributes related to making documents
and elements accessible in all languages:
lang
dir
%events indicates the core events (as defined in
the HTML 4.01 Document Type Definition) used by scripting languages
which are applicable to the element:
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup
|
Number
|
Name
|
Symbol
|
Description
|
Version
|
|---|---|---|---|---|
|
	
|
Horizontal tab
| |||
|


|
Line feed
| |||
|

|
Carriage return
| |||
|
 
|
Space
| |||
|
!
|
!
|
Exclamation point
| ||
|
"
|
"
|
"
|
Quotation mark
| |
|
Number
|
Name
|
Symbol
|
Description
|
Version
|
|---|---|---|---|---|
|
Œ
|
Œ
|
Œ
|
Capital ligature OE
|
4.0
|
|
œ
|
œ
|
œ
|
Small ligature oe
|
4.0
|
|
Š
|
Š
|
Š
|
Capital S, caron
|
4.0
|
|
š
|
š
|
š
|
Small s, caron
|
4.0
|
|
Ÿ
|
Ÿ
|
|
dec = hex
|
dec = hex
|
dec = hex
|
dec = hex
|
dec = hex
|
dec = hex
|
|---|---|---|---|---|---|
|
0 = 00
1 = 01
2 = 02
3 = 03
4 = 04
5 = 05
6 = 06
7 = 07
8 = 08
9 = 09
10 = 0A
11 = 0B
12 = 0C
13 = 0D
14 = 0E
15 = 0F
16 = 10
17 = 11
18 = 12
19 = 13
20 = 14
21 = 15
22 = 16
23 = 17
24 = 18
25 = 19
26 = 1A
27 = 1B
28 = 1C
29 = 1D
30 = 1E
31 = 1F
32 = 20
33 = 21
34 = 22
35 = 23
36 = 24
37 = 25
38 = 26
39 = 27
40 = 28
41 = 29
42 = 2A
|
43 = 2B
44 = 2C |
Return to HTML Pocket Reference