Lets Learn
A Few Simple HTML Codes !
***IMPORTANT***
Please Remember When Combining Codes
Lesson # 1:
To Size And Color Your Text
Try This Sample:
<html>
You Can Use This With Different
Try This Sample:
<html>
You Can Replace The Font Numbers
There Are Many Colors To Try.
Lesson # 2:
These Are The Tags For Bold:
<b> and </b>
These Are The Tags For Italics:
<i> and </i>
These Are The Tags For Underline:
<u> and </u>
These Are The Tags For Typewritter:
<tt> and </tt>
Try This Sample:
<html>
Lesson # 3:
These Are The Tags For Adding
<body bgcolor="Any Color"> and </body>
Lets Put It Into Our Sample:
Shall We Go On ?
Lesson # 4:
Their Are Two Types Of Line Breaks.
This Is The Tag For A Text Line Break:
<br>
This Is The Tag For A Blank Line Break:
<p>
Lets Try This In Our Sample:
Lesson #5:
Here Is The Tag For Adding An Image
Lets Put This Into Our Sample:
<html>
If You Would Like To
Replace The Image Code Above With This Code.
<img src=
You Can Play With The Numbers
The Border Is A Box In Which
Lesson #6:
Here Are The Tags To Center Align:
* Note: the align="right" tag and align="left" tag
**The center tags are place on either side
Lets Put This Into Our Sample:
<html>
Lesson #7:
There are Two Ways To Put
Here Are The Samples:
<html>
<html>
To Have Your Sound Play Over And Over
A Samples Of Looping A Sound:
<html>
Lesson #8:
If You Would Like To Add A
To Put A Background In
<body background=
Close With This Tag </body>
Sample Of A Starfield Background
<html>
Lesson #9:
To Make Your Text Scroll
<marquee> and </marquee>
Lets Use Them In This Sample:
<html>
Lesson #10:
To Make An Image A Clickable Link,
Try This Sample:
<html>
Lesson #11:
To Make Text A Clickable Link,
Try This Sample:
<html>
If In An E-mail.
Lesson #12:
To Make Text A Clickable Sound Link,
Try This Sample:
<html>
Again, If In An E-mail.
Lesson #13 :
Try This Sample:
<html>
Lesson #14 :
This Is A Sample Code With A Background,
<html>
Good Luck!
Please Read Carefully..:+)
To Achieve The Look And Sound You Want.
Only One Set Of HTML Tags Are Needed
Per Total Code. <html> At The Top Of Your Code
And </html> At The End Of Your Code.
Put Your Images, Text And Sound Codes In Between
These Two HTML Tags.
On To The Lessons !!
Text Size And Color:
(note: This Is Not The Only Way To Do This. )
(note: make sure you add the text !
the sample text is "This Is To Easy !".
<font size="+2"><font color="red">
This Is To Easy !
</font>
</html>
Lines Of Text, In The Same E-mail Or Page.
The Results Will Be Different
Font Sizes and Colors With Every Line Of Text.
<font size="+2"><font color="red">
This Is To Easy !
</font>
<font size="+3"><font color="green">
I Can't Believe It !!
</font>
<font size="+4"><font color="blue">
It's Working For Me !!
</font>
</html>
With -2, -1, +0, +1 up to +7
For A Few Samples.
Click On The Charts Below.
Bold, Italic, Underline, Typewriter Text:
(note: You Can Use These Tags Together
Or By Themselves, I Will Use Them Together.)
<font size="+2"><font color="red">
<b>
<i>
<u>
<tt>
Are You Sure It's This Easy ?
</b>
</i>
</u>
</tt>
</font>
</html>
Background Colors:
Color To You Background.
Behind Your Text, Gifs And Pics.
<body bgcolor="white">
<font size="+2"><font color="red">
<b>
<i>
I'm Amazed ! I Can Do This ! It's Easy !
</b>
</i>
</font>
</body>
</html>
Of Course We Should !
Line Breaks:
One Is To Break The Text To The Next Line.
The Other Is To Add a Blank Line Between Things.
(note: These Are Single Tags, There Is No
Closing Tag (</?>) Needed.
<body bgcolor="white">
<font size="+2"><font color="gold">
<b>
<i>
I'm Amazed !
<br>
I Can Do This !
<br>
It's Easy !
<p>
I Am The Best !!
</b>
</i>
</font>
</body>
</html>
Adding An Image:
<img src="http:// The Image URL Here ">
<body bgcolor="white">
<font size="+2"><font color="red">
<b>
<i>
I'm Amazed !
<br>
I Can Do This !
<br>
It's Easy !
</b>
</i>
</font>
<p>
<img src=
"https://members.tripod.com/~gifs123/webtv2.gif">
</body>
</html>
Re-size Your Image. Add The
Height, Width and Border Codes
To The This Lesson.
All That I Added Was The Height, Width And Border.
"https://members.tripod.com/~gifs123/webtv2.gif"
height=75 width=100 border=0>
To Get Your Desired Image Size.
The Image Sits In. The Larger
The Border Number, The Deeper The Box.
Alignment:
<center> and </center>
are placed within the image address, after the last
quote mark at the end of the image address.
of an image or text to center it.
<body bgcolor="white">
<center>
<font size="+2"><font color="darkred">
<b>
<i>
I'm Amazed !
<br>
I Can Do This !
<br>
It's Easy !
</b>
</i>
</font>
<p>
</center>
<img src=
"https://members.tripod.com/~gifs123/webtv2.gif"
align="right">
</body>
</html>
Sound:
Background Sound On Your E-Mails Or Pages.
With Either Of These Codes
The Music Will Start To Play Automatically.
<bgsound src=
"https://members.tripod.com/~webtv12/behappy.mid">
</html>
<embed src=
"https://members.tripod.com/~webtv12/behappy.mid"
autostart="true">
</html>
You Can "loop" The Sound By Adding
loop="infinate" To Either Of These Codes.
<bgsound src=
"https://members.tripod.com/~webtv12/behappy.mid"
loop="infinite">
</html>
<embed src=
"https://members.tripod.com/~webtv12/behappy.mid"
autostart="true" loop="infinite">
</html>
Gif Or Jpg Background:
***NOTE: Do Not Use Backgrounds On Guestbooks***
Background Pattern.
Use These Tags.
"http://Your Background URL Here">
Right Before </html>.
With Text And An Image.
<body background=
"https://members.tripod.com/~mintcar/starb.gif">
<font size="+3"><font color="white">
Nice Stars !
They Look Good With
The Webtv Logo
</font>
<p>
<img src=
"https://members.tripod.com/~gifs123/webtv2.gif">
</body>
</html>
Scrolling Text:
Across The Screen.
Use These Tags.
<font size="+3"><font color="orange">
<marquee>
This Is So Cool !
</marquee>
</font>
</html>
An Image As A Clickable Link:
You Must Use This Code Before
Your Image:
<a href="http://The Address You Wish To Link To">
<a href=
"http://www.webtv.net
">
<img src=
"https://members.tripod.com/~gifs123/webtv2.gif">
</a>
</html>
Text As A Clickable Link:
You Must Use This Code Before
Your Text:
<a href="http://The Address You Wish To Link To">
<font size="+2">
<a href=
"http://www.webtv.net
">Webtv
</a>
</font>
</html>
Your Font Color Will Be
Determined By Your Browser.
Text As A Clickable Sound Link:
You Must Use This Code Before
Your Text:
<a href="http://The Address Of Your Sound File To">
<font size="+2">
<a href=
"https://members.tripod.com/~webtv12/behappy.mid">
Don't Worry Be Happy
</a>
</font>
</html>
Your Font Color Will Be
Determined By Your Browser.
An Image A Clickable Sound Link
<a href=
"https://members.tripod.com/~webtv12/behappy.mid">
<img
src=
"https://members.tripod.com/~gifs123/waveplay.
gif">
</a>
</html>
Lets Put It All Together !
Text, A Clickable Image And Sound.
<body background=
"https://members.tripod.com/~mintcar/starb.gif">
<bgsound src=
"https://members.tripod.com/~webtv12/behappy.mid">
<font size="+2"><font color="red">
<center>
I'm Amazed !
<br>
I Can Do This !
<br>
I See The Background !
<br>
I Hear The Sound !
</font>
<p>
<a href=
"http://www.webtv.net">
<img src=
"https://members.tripod.com/~gifs123/webtv2.gif">
</a>
</center>
</body>
</html>