HTML TUTORIALS
What is HTML
Introduction
Lesson1:Tags
Lesson2:Paragraphs
Lesson3:Attributes
Lesson4:Lines
Lesson5:Graphics
Lesson6:Alignment
Lesson7:Links
Lesson8: Tables
Lesson9: Frames
Uploading Webpages



EXTRAS

Quick Reference
Color Chart
Webpage Templates
Free Web Graphics
Graphics Optimizer
Resources
Free Software


 



Ross Communications image.
Coffee Cup Editor. HTML editing software that is very easy to use and sells for under $50 with lifetime upgrades.



Text Pad HTML editor. Another easy to use html editor. I have used both of these programs a lot, with great results.



Core FTP is a File Transfer Program that is very easy to use and there is no cost to use the free version wich will work very nicely.


FTP Explorer
FTP Explorer is also a FTP (file transfer) program and this is at no cost as well. Very easy to use.



XPlorer is a program that will put 2 windows on your desktop and allow you to transfer files between them. Move files easily on your own desktop, Easy to use.



Same as above, just another version. Both are very good and very easy to use.



Meta Tags. This program will help ypou with Meta Tags on your site. You should really get to know this free program.

 

 



 

Lesson 4: Making Lines
A Line Across The Page
Let me introduce you to another single tag (Remember? Single tags don't need end tags):
<HR>

It means "horizontal reference" and this is what it does:


See the line? Too long? How about this?:
Little bigger? Okay:
So how is it done? By using the WIDTH attribute in the <HR> tag like this:

<HR WIDTH="50%">

Increase or decrease the percentage to get the length you want. Having no attribute in the <HR> tag will make the line go right across the page.

I know what you're thinking, did I really have to give the <HR> tag a lesson all by itself? No, but now that I have all this room lets see how our html document is shaping up using the tags you learned so far:

<HTML>

<HEAD>
<TITLE>
Test Page</TITLE>
</HEAD>

<BODY>

<CENTER> <H1> Learning Html </H1> </CENTER>
<H2> <U>
Step One</U> </H2>

<FONT SIZE="+2" FACE="arial">
The<I> key</I> in learning to make web pages is <B> practice. </B> <BR> I know you can do it.<P>So give it a try.</FONT>

<P ALIGN="right" > <FONT SIZE="+6" COLOR="red" FACE="arial"> Practice</FONT> </P> <HR>

</BODY>
</HTML>

This is how the web page would look:

Learning Html

Step One

The key in learning to make web pages is practice
I know you can do it.

So give it a try.

Practice



Look it over, do you understand what's going on? You do? Good, because now you know how to make a basic web page. All that's missing are graphics so let's go to

 

 

 



 

Here are some links that have helped me

 

Html Made Easy is now a book! Don't spend money on books you won't understand, The Complete Html Made Easy takes you every step of the way in building a website, and it makes it fun and easy too!
More Info


XARA WEBSTYLE4

An Excellent Web Page Program


EVERYONE can make quality web graphics with Xara Webstyle, whatever your skill level. From banner ads to complete web pages, simply customize the templates.


XARA3D is the Number 1 Tool for creating stunning, professional-quality 3D web graphics. See why for yourself


ALL designers need fonts - get yours for as little as $2 US from

 

Links to Free Scripts


These Links are to sites that provide scripts and various other offerings to help you spruce up your web pages.

Dynamic Drive DHTML code library
Visit Dynamic Drive for free, original DHTML scripts and components, all of which utilize the latest in DHTML and JavaScript technology!




Links to Tools


These links will take you to sites that provide such things as guestbooks, Polls, Forms and a whole lot more. Scripts and programs you can add to your site to provide your users with information or get information.


BRAVENET.COMProvides many resources for web pages and is worth the visit.


Much information is provided by our State Regulatory Authority. From this link you can registar for the do not call list, or do not fax list. This site will also allow you to lodge your complaints about your local phone company. Check it out.



 

<