<html> ... </html>
enclosing the whole document
<head> ... </head>
header information
<title> ... </title>
document title
<link rev="made" href="mailto:e-mail address">
by-line
<body> ... </body>
document body
<h1> ... </h1>
<h2> ... </h2> and so on down to
<h6> ... </h6>
first-level, second-level, ..., sixth-level heading
<em> ... </em>
emphasis (usually italics)
<strong> ... </strong>
strong emphasis (usually boldface)
<i> ... </i>
italics
<b> ... </b>
boldface
<tt> ... </tt>
typewriter font
<br>
line break
<p>
break between paragraphs
<hr>
horizontal rule
<blockquote> ... </blockquote>
block quotation
<pre> ... </pre>
preformatted text
<code> ... </code>
HTML source code
<ul> <li> item <li> item ... <li> item </ul>
unordered list
<ol> <li> item <li> item ... <li> item </ol>
ordered list
<a href="document URL"> ... </a>
anchor with hypertext reference to URL
<a href="#name"> ... </a>
anchor with internal hypertext reference
<a name="name"> ... </a>
named anchor (target of internal hypertext reference)
<img src="file URL">
in-line graphic from file URL
<a href="file URL"> ... </a>
external graphic (audio, movie, etc.) from file URL
< < > > & &
Ä Ä ä ä
Ö Ö ö ö
ß ß
Ü Ü ü ü
À À à à Â Â â â Ç Ç ç ç É É é é È È è è Ê Ê ê ê Ë Ë ë ë Î Î î î Ï Ï ï ï Ô Ô ô ô Ù Ù ù ù Û Û û û
Á Á á á É É é é Í Í í í Ñ Ñ ñ ñ Ó Ó ó ó Ú Ú ú ú Ü Ü ü ü
This document is available on the World Wide Web as
http://www.math.grin.edu/~stone/events/html-workshop/tag-summary.html
created April 13, 1995
last revised July 31, 1997