HTML Coding

Want to learn HTML? Here's the basics.

<b>    BOLD       </b>

<i>     ITALICS       </i>

<u>   UNDERLINE    </u>

<a href="url">       HYPERLINK   </a>

<IMG SRC="url">      IMAGE

<br>            NEW LINE

<p>             NEW PARAGRAPH    </p>

<font color="colour">    COLOURED TEXT      </font>

<font face="font">        DIFFERENT FONT        </font>

<html>        STARTS HTML CODE         </html>

<head>      STARTS HEADER          </head>

<title>         Text entered here appears in the window header.        </title>

<body>      Most HTML code goes here              </body>

<span style="background-color: colour">     HIGHLIGHT TEXT     </span>

<code>       CODED TEXT        </code>

<body bgcolor="colour" text="colour" link="colour" vlink="colour" alink="colour">      Codes for default BACKGROUND COLOUR, TEXT COLOUR, HYPERLINK COLOUR, VISITED LINK COLOUR, and ACTIVE LINK COLOUR.

These are just the simple codes, for more, try any good book about how to make a website, available at your local library or bookshop.  It is also easier to use a webpage creator program such as Microsoft FrontPage, as you can format pages in the same way as word documents.

RED TEXT indicates type the given information here.

When using HTML, < and > are reserved characters, so use &lt; and &gt; instead except for on the actual HTML coding.

This page may not view properly on non-Windows/Internet Explorer systems, because of the fonts and HTML used. Sorry for any inconvenience.

 © Digifiend's Network 2002