The HTML codes

Introductions and tutorials at:

werbach.com/barebones/barebone.txt

hotwired.lycos.com/webmonkey

www.pagetutor.com (membership and free tutorials)

www2.utep.edu/~kross/tutorial/index.html

www.stormloader.com (membership)

 

 

A few html tags, useful to know

Text

Bold  

Italic  

Underline

Center

Font size

Font color

Marquee

Headlines

Columns

 

<b> </b>

<I> </I>

<u> </u>

<center> </center>

<font size=?> </font>

<font color="#FFF00F"> </font>

<marquee> </marquee>

<h1> </h1> … <h6> </h6>

<multicol cols= > Attributes: <multicol gutter= width= >

 

Dividers

Paragraph

Align text

Line break

Horizontal rule 

 

Blockquotes

utyuyu

<p> </p>

 <p align=left|center|right> </p>

  <br>

<hr> Attributes: <hr size=" "> (in pixels:eg. hr size="200">
<hr width=" ">

 <blockquote> </blockquote>

 

Links

Link WEBsite

Ie. inside a site:

Ie. to an Internet site:

Display image 

 

 

 

e-mail 

 

<a href="URL"> </a>;

 <a href="Webintro.html">Go to the Webintro</a>

<ahref=http://www.webmonkey.com>Go to html tutorial</a>

<img src="URL">; eg: <img src="statue.gif">

Attribute <img src="URL" border=" " width=" " height=" " align=top/bottom/middle/left/right>

(eg: <img src="puppy.jpg" border=2 width="150" height="300">

<a href=mailto:[email protected]>Send me e-mail</a>

 

Backgrounds

Background color 

Tiled background

Attribute

Attributes Text color 

Link color

Visited link

Active link

 

 

Backgroundsound 

 


<body bgcolor="??????">

<body background="URL">

<body bgproperties=fixed>

<body text="??????">

<body link="??????">

  <body vlink="??????">

  <body alink="??????">

(eg: <body bgcolor="FF00FF" link="red" vlink="green" alink="blue">

 

<bgsound src=" ">

 

Lists

Unordered list 

 

Ordered list 

 

<ul> <li>
<li>
<li>
</ul>

<ol> <li>
<li>
<li>
</ol>

 

Tables

Define Table

Table alignment 

Table border

Table row

Table cell

Table header

 

 <table> </table>

<table align=left|center|right>

  <table border=" " width=" " height=" ">

  <tr> </tr>

  <td> </td>

  <th> </th>