phildowd

CWM

HTML Tag Example or Description
<b>Bold Tag.</b> Bold Tag
<i>Italic Tag</i> Italic Tag
<big>Big Text</big> Big Text
<small>Small Text</small> Small Text
This is <sub>Subscript</sub> This is Subscript
This is <sup>Superscript</sup> This is Superscript
<center>Center Tag</center>
Center Tag
<abbr title="World Wide Web">WWW</abbr> WWW
<acronym title="Federal Bureau of Investigation">FBI</acronym> FBI
<pre>Preformated Text</pre> Preformated Text
<h1>Header</h1>

Header

<h2>Header</h2>

Header

<h3>Header</h3>

Header

<h4>Header</h4>

Header

<h5>Header</h5>
Header
<h6>Header</h6>
Header
<p>Paragraph Tag</p> Creates a New Paragraph
<br>Line Break Creates a Line Break
Line Break<br/ > Another Form of a Line Break
<table></table> Table
<th></th> Table Header
<tr></tr> Table Row
<td></td> Table Data
<html>Entire HTML Document</html> Entire HTML Document
<head></head> Head Tag
<title>Page Title</title> Page Title
<body>Body of HTML Document</body> Body of HTML Document
<a href"http://link to page"></a> Ancor Tag used to link pages
<img src="http://link to image> Image Tag to insert pics
<script></script> Enter scripting language
<-- Comment Out --> Comment Out text

The following are the minimal HTML Page Elements that you can use to create an HTML document. Obviously there are many more tags or elements that you can use but as you can see this is how easy building a page can really be.

<HTML>
<HEAD>

<TITLE>The name of my first page;</TITLE>

</HEAD>
<BODY>

Viewable Content of my page

</BODY>
</HTML>


Validate Your HTML Code

[ Home | Jokes | Games | Study | Tech | Bible | Links ]

I couldn't repair your brakes, so I made your horn louder.

-- Steven Wright

Labels

Recent Posts:

Archives

News from 5-7/2003
News from 4/2003
News from 3/2003

© 2000-2007 Copyright PhilDowd.com