Basic HTML
Hello World
Organizing Text
Formatting Text
Hyperlinks


Advanced HTML
Images
Tables
Input Boxes
Fun Stuff
Publishing


Resources
Funky Chicken HTML
HTML Help Central
Web Monkey
Annabella's HTML
Textareas
        Another way to add text to a webpage is a textarea. A textarea is basically a place where you can change the background of the area specified, and the area can be specified in pixels or percents. This style lets you put practically any kind of HTML in it. Just copy and paste the code and replace the bold letters with your own stuff.

TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
<ilayer name="scroll1"><div id="scroll3" style="width:NUMBER;height:NUMBER; background-color:COLOR; overflow:auto">TEXT HERE</div></textarea>

Marquees
        Marquees are sets of text that scroll accross the page by themselves. Here are examples, and again, replace NUMBER with pixels or percentages. Just copy and paste the HTML.

Regular Marquee
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT <marquee>TEXT HERE</marquee>

Bouncy Marquee
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT <marquee behavior="alternate">TEXT HERE</marquee>

Marquee with background color
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT <marquee bgcolor="COLOR">TEXT HERE</marquee>

Marquee Direction
LEFT LEFT LEFT RIGHT RIGHT RIGHT <marquee direction="right, left, up, or down">TEXT HERE</marquee>

Marquee Width and Height
width=30%, height=50 pixels width=100 pixels, height=75 pixels <marquee width="NUMBER" height="NUMBER">TEXT HERE</marquee>

Marquee Speed
speed=5 speed=20 <marquee scrollamount="NUMBER">TEXT HERE</marquee>

Combining It All
bgcolor="yellow" direction="up" width="40%" height="80" scrollamount="5" bgcolor="red" direction="left" width="30%" scrollamount="20" bgcolor="blue" direction="down" width="150" height="100" scrollamount="10"

Back To Top
©2005 Heather Hoaglund-Biron
About Me
Hosted by www.Geocities.ws

1