HTML TAGS, a quick reference
<!-- begin Comment, invisible on the browser-rendered HTML page.  Close tag is -->
<a Anchor, used in conjunction with href, as in <a href
<address designates and (sometimes) formats a street address
<applet creates an insertion spot for a java applet
<area
<b specifies bold formatting for text
<base
<basefont
<bgsound
<big
<bink
<blockquote
<body
<br Break.  End this line and start the next.
<caption
<center
<cite
<clear
<code
<dn
<dfn
<dir
<div
<dl
<dt
<em Emphasis.  Usually the same as "bold" but permits browser to set formatting preferences.
<embed
<font
<form
<frameset
<h1 Heading 1.  The largest of all the headings.  Formats characters in large type and adjusts spacing.
<h2 Heading 2.  The second largest of all the headings.  Formats characters in large type and adjusts spacing.
<h3 Heading 3.  The third largest of all the headings.  Formats characters in large type and adjusts spacing.
<h4 Heading 4.  The fourth largest of all the headings.  Formats characters in large type and adjusts spacing.
<h5 Heading 5.  The fifth largest of all the headings.  Formats characters in large type and adjusts spacing.
<h6 Heading 6.  The smallest of all the headings.  Formats characters in large type and adjusts spacing.
<head Head area on the Web page.  Except for the title which shows up in the blue bar, this area on top of the Web page usually contains invisible information such as stylesheets, scripts, meta tags.
<hr Horizonal rule.  A line across the Web page, used as a separator.
<html Hyper Text Markup Language.  This opening tag goes at the top of the code in the Web page and tells the browser to interpret the code as HTML.  The closing HTML tag is at the very bottom of the Web page.
<i Italic.  Used for formatting text.
<img Image.  This tag contains the path and filename to an image so it can be displayed on the Web page.  Other attributes usually included in this tag are height, width, alt (what the user sees if he can't see the image).
<input
<isindex
<kbd
<keygen
<li List Item.  Used in conjunction with ol or ul.  This tag designates a single item in the list.
<link
<listing
<map
<menu
<meta
<nobr
<noembed
<noframes
<noscript
<ol
<option
<p
<param
<plaintext
<pre
<s
<samp
<script
<select
<small
<span
<strike
<strong
<style
<sub
<sup
<table
<td
<textarea
<th
<title
<tr
<tt
<u
<ul
<var
<wbr
<xmp