<html> . . . </html>
<head> . . . </head>
<title> . . . </title>
<body> . . . </body>
bgcolor <body bgcolor=#ffffff>.
text <body text=#0000ff>.
<a href="http://www.cscs.umich.edu">Highlighted link text</a>
href="http:// ". To link to an email address, use href="mailto:someone@somewhere.edu".
<p>
<p> does not need to be followed by </p>.
<br>
<blockquote> . . . </blockquote>
<div> . . . </div>
<div> and allows a single alignment to be given to those elements with the align attribute, with values left, center, right.
<li>
</li> tag. List items can be members of ordered or unordered lists, described below. Both types of lists allow nesting of one list inside another list.
<ul> . . . </ul>
<ol> . . . </ol>
<dl> . . . </dl> <dt> ) followed by dictionary definitions ( <dd> ) which appear on a new line, indented to the right. Definition Lists can also be nested one inside another.
<h1> . . . </h1>
<stdio.h> header file)
<hr>
size=x noshade width="x%"
A good starting guide for learning HTML, which also contains definitions for tags that are not defined in this (incomplete) document is The NCSA Beginner's Guide to HTML.
There is also a more detailed version of this reference page, the HTML Reference Page.