Saturday, August 05, 2006

Easy way to learn HTML...

The best way to learn HTML is by example, and your browser is your best teacher! Whenever you are surfing and see something you like, click on your browser's choice to View Source. If you are looking at a long complicated page with a lot of columns, etc... it can be rather hard to decypher. This section shows you popular HTML tricks as stand-alone examples. Just copy and paste the source code into your HTML file, and then modify it to meet your needs.

Never be bashful about using other people's techniques! You will find your own style eventually.

NOTE: If you are looking for a particular solution to a problem, be sure to look around under each heading. Very often the solution to your problem is not what you would expect it be.

About Colors in HTML
As you look at HTML source code, you may be wondering about all of these BGCOLOR="#FFFF00" in various tags. There is nothing magical about it! If you want to master the art of RGB ( RED- GREEN- BLUE) Please take a moment to read all about colors.


About Menus & Navigation Devices
The Image Map Page is now open. In addition, you should also visit the Navigation Devices Page to take a look at some other nice ways to allow visitors to surf your site (including pulldown selectors). Whatever method(s) you choose- always be consistant so your site has a good look and feel to it.

No comments: