Web development by PHP-Web-Host.com   Website Hosting by PHP-Web-Host.com
Web Hosting by PHP-Web-Host.com

HTML Tutor!

HTML Tutor, learn to author your own website

Tel (Lon, UK): 020 8133 3460

 

 

Resources

SoftSmart.co.za | Linux Web Hosting

 

 

Please sign up for our Free News Letter
Please help us by taking this 1 minute survey!

To keep things a little cleaner I am only going to write what is in the <body> tags. I will omit the <html>, <head> & <title> tags. Needless to say, keep these in your document.

<body>
</body>

Type something really cool.

<body>
Something really cool
</body>
Something really cool

IMPORTANT NOTE: Whenever you make a change to your document, just save it, then hit the Refresh/Reload button on your browser. In many instances just hitting the refresh button doesn't quite do the trick. In that case...

Internet Explorer users: Click Refresh while holding down the CTRL key.
Netscape/FireFox users: Click Reload while holding down the SHIFT key.


I think the first thing we are going to learn is how to change background colors.

<body bgcolor="#ccffcc">
Something really cool
</body>
Something really cool

#ccffcc is computerese for light green. Here are a few more.

The topic of colors and browsers is rather interesting. Although it's not overly important to understand how browsers and colors work together at this point in time, you may want to come back to this section after the lessons and learn about Netscape's infamous 216 colors.


You can specify a background image instead. (Note, the image should be in the same folder as your HTML file. More on this below.)

<body background="swirlies.gif">
Something really cool
</body>
Something really cool

Here's the background image
swirlies.gif

In order for the image to show up, the browser has to be able to find it. For now, we want the image to be in the same folder as your HTML document (page1.php). The easiest way to do this is to right click on the swirlies image above and choose Save Picture As (or some variant thereof). Browse to wherever you put page1.php and save the image there. Later we'll get into this stuff in a little more detail.


It's probably pretty obvious that the image is tiled. If you use a long skinny image you can get an effect like this...

<body background="bluebar.gif">
Something really cool
</body>
Something really cool

Here's the background image
bluebar.gif

FAQ: I've seen pages where the background is fixed and the page just scrolls over it. How can I do that?

A: Simple... add style="background-attachment:fixed" to the <body> tag...

<body background="mybackground.gif" style="background-attachment:fixed">

Here is an example

Here is a good place to interject my thoughts on a hotly debated subject: This effect is achieved using CSS (Cascading Style Sheets). A case could be made that a LOT of traditional HTML markup can (and should) be made using CSS. But CSS is a lesson for another day. We crawl before we walk, walk before we run, etc, etc. Today we're learning the basics.... simple, old fashioned HTML markup. So, carry on....

So, you want to make a Web Page!
Lessons: Intro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Index & Quick Reference      Table of Contents      ColorPicker      BareBones HTML Guide
Color Charts      Simple Font Widget      Practice Exercises      Where are my images?
Print version of this tutorial available - Get the PageTutor Book & CD

 

 

 

 

We accept PayPal

 

Web Hosting by PHP-Web-Host.com Website Hosting by PHP-Web-Host.com

[ Home ] | [ Software ] | [ Web Development ] | [ Resources ] | [ Contact ] | [ Privacy Policy ] | [ Acceptable Use Policy ] | [ Terms of Service ] | [ Sitemap ] | [ Clients ] | [ Affiliates ]

[ PHP Web Hosting ] | [ Linux Web Hosting ] | [ 500mb PHP Web Hosting ] | [ 1Gb PHP Web Hosting ] | [ 3Gb PHP Web Hosting ] | [ 6Gb PHP Web Hosting ] | [ 10Gb PHP Web Hosting ]

[ HTML Tutor ] | [ CSS Tutorial ] |