So you would like to learn how to use HTML

here are some of the HTML tags you will need to learn



<center> This will center a region of text or images, etc. </center>
<b>: This will make a region of text bold </b>
This will make a region of text bold
<hr>
draws a horizontal line
<br> carriage return
<i> italic letters </i>
<p> new paragraph

Heading size 1

<h1>Heading size </h1>

Heading size 2

<h2>Heading size 2</h2>

Heading size 3

<h3>Heading size 3</h3>

font size 1
<font size="1">font size 1</font>
font size 2
<font size="2">font size 2</font>
font size 3
<font size="3">font size 3</font>
font size 4
<font size="4">font size 4</font>
font size 5
<font size="5">font size 5</font>

Blue Text
<font color="blue">Blue Text</Font>
Red Text
<font color="red">Red Text</font>
Yellow Text
<font color="yellow">Yellow Text</font>

<img src="https://members.tripod.com/~rlssmitty/smitty.gif">

to put an image on you page

<a href=members.tripod.com/~rlssmitty/index,html">create a link to another page</a>
create a link to another page

create a picture link to another page
<a href="https://members.tripod.com/~rlssmitty/index.html"><img src="http://memebers.tripod.com/~rlssmitty/smitty.gif"><:/a>
create a picture link to an email address
<a href="mailto:rlssmitty@hotmail.com"><img src="https://members.tripod.com/~rlssmitty/smitty.gif"></a>

<blockquote>

This will quote a block of text as a separated paragraph like this, indented on both the left and right sides.
</blockquote>

<body background> </body> this is used to put a background on your email or homepage

[ NEXT ] [ HOME ]