Example Page!


Hypertext markup language (HTML) is the computer language used to create html files and are displayed as web pages by Netscape or other web browsers.

Web pages can be created by using a standard word processor, or a simple text editor to create a simple text file (a document saved without the standard word-processing formatting).

Text, and other formatting is placed in < and > symbols. While unseen on a web page, Netscape uses these "tags" to display the text and other information within the viewing window.


For Example...

Standard text is displayed this size. You can also change it various sized document headings, such as:

<h1> Heading #1 </h1>

<h2> Heading #2 </h2>

<h3> Heading #3 </h3>

<h4> Heading #4 </h4>

<h5> Heading #5 </h5>
<h6> Heading #6 </h6>

 

Here are some other examples;

<i> makes it italic... </i> ends it

<b> makes it bold...</b> ends it

<blink> makes it blink...</blink> ends it

You can also use different colored text. Click here to see the codes for different color text.

<hr> will give you a head rule, but you do not need to end this one!


<hr size=8 > is displayed as such


<center> will center your text so it will be evenly spaced on either side of the window.</center>

 

  1. <ol> will give you an ordered (or numbered) bullet.
  2. the second in the order, and so on.

Opening | Example Tags | Creating Links | Inserting Images | Viewing the Source Code