HTML Tags
Basic commands
Menue
Home
Art
D&D
Games
Stories
HTML Tags
External Links


















































<!-- This is a comment -->
<html>...</html>
<heads>...</heads>
<title>...</title>
<body>...</body>


<b>...</b>
<i>...</>
<p>...</p>
<u>...</u>
<s>...</s>
<big>
<small>
<strong>
<em>
<sub>
<sup>
<ins>
<del>
<abbr>
<acronym>
<address>
<bdo>
<blockquote>
<q>
<cite>
<dfn>


<h1>...</h1>
<h2>...</h2>
<h3>...</h3>
<h4>...</h4>
<h5>...</h5>
<h6>...</h6>


<table>
<tbody>
<tr>
<td>
<colgroup>
<col>
<TD bgcolor=white>
<tfoot>
<th>
<thead>


<br>
<hr>
<ch>


<font>...</font>
<body bgcolor="green">
<font color="white">
<font size="5">
<font face="arial">
<p align="right">
<center>
</font>
Defines a comment
Encloses the entire HTML document.
Encloses the head of the HTML document.
Indecates the title of the document.
Encloses the body of the HTML document.


Makes text bold.
makes text italic.
A paragraph; skips a line between paragraphs.
makes text underlined.
Defines strikethrough text.
Defines big text.
Defines small text.
Defines strong text.
Defines emphasized text.
Defines subscripted text.
Defines superscripted text.
Defines inserted text.
Defines deleted text.
Defines an abbreviation.
Defines an acronym.
Defines an address element.
Defines the text direction.
Defines a long quotation.
Defines a short quotation.
Defines a citation.
Defines a definition term.


A first level heading.
A second level heading.
A third level heading.
A fourth level heading.
A fifth level heading.
A sixth level heading.


Defines a table.
Defines a table body.
Defines a table row.
Defines a table cell.
Defines groups of table columns.
Defines attributes for table columns.
Changes the Celll color white.
Defines a table footer.
Defines a table header.
Defines a table header.


Inserts a single line break.
Defines a horizontal rule.
A horizontal rule line.


Defines the font face, size, and color of text.
Used to change page backround.
changes text color to white.
changes font size.
changes font.
Aligns text left, right, or center.
Defines centered text.
End font.
<a href="http://www.cdanner.com">Mrs. D's page<a/>
			(creates a link to webpage and calls it Mrs. D's Page)

<img src="myimage.jpg" align="left" />
			(inserts image aligned left)

<a href="http://www.geocities.com/orionthemage">
<img border="0" src="buttonnext.gif" width="65" height="38"></a>
			(Creates a link to a webpage and uses the buttonnext.gif)

<BGSOUND SRC="sound" LOOP="2">
			(adds sound to your webpage)
<!DOCTYPE>
<a>
<area>
<base>
<bdo>
<button>
<caption>
<code>
<dd>
<dir>
<dfn>
<div>
<dl>
<dt>
<fieldset>
<form>
<frame>
<framesetv>
<iframe>
<img>
<input>
<kbd>
<label>
<legend>
<li>
<link>
<map>
<menu>
<meta>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<param>
<pre>
<q>
<samp>
<script>
<select>
<span>
<style>
<textarea>
<tt>
<ul>
<var>
Defines the document type.
Defines an anchor.
Defines an area inside an image map.
Defines a base URL for all the links in a page.
Defines the direction of text display.
Defines a push button.
Defines a table caption.
Defines computer code text.
Defines a definition description.
Defines a directory list.
Defines a definition term.
Defines a section in a document.
Defines a definition list.
Defines a definition term.
Defines a fieldset.
Defines a form.
Defines a sub window (a frame).
Defines a set of frames.
Defines an inline sub window (frame).
Defines an image.
Defines an input field.
Defines keyboard text.
Defines a label.
Defines a title in a fieldset.
Defines a list item.
Defines a resource reference.
Defines an image map.
Defines a menu list.
Defines meta information.
Defines a noframe section.
Defines a noscript section.
Defines an embedded object.
Defines an ordered list.
Defines an option group.
Defines an option in a drop-down list.
Defines a parameter for an object.
Defines preformatted text.
Defines a short quotation.
Defines sample computer code.
Defines a script.
Defines a selectable list.
Defines a section in a document.
Defines a style definition.
Defines a text area.
Defines teletype text.
Defines an unordered list.
Defines a variable.
Blank Area #1
Blank Area #2
Blank Area #3
Hosted by www.Geocities.ws

1