HTML BASICS
The Browser allows you to view documents that sit on different servers all over the worlds. When you type a URL you are actually typing the location of the document you wish to see. To create a page you simply do the following create a document using HTML and then upload that page to a server so that everyone can see it.
WHAT IS HTML?
HTML stand for Hyper Text Markup Language. It is basically a way for all
computers to understand each other. You can use just about any style or type you
are use to using with a word processor, you just need to know the correct tag.
Once you know the tag you just need to turn it on AND off. for example "
PAGE IMPERATIVES.
As a bare minimum a page must have the following:
Remember you can get this "behind the scenes" of any page by going to the View source on your browser.
Specific Tags and How They Work
Text can be formatted in a variety of ways. It can be BOLDED,
UNDERLINED or ITALICIZED. Be careful when underlining text.
Underline generally signifies a hyperlink. The STRONG and EMPHASIS tags serve as alternatives to BOLD and ITALIC
You can also use STRIKE-THROUGH and TELETYPE.
This text will be pre-formatted
and will
appear exactly
as I entered it.
The above text looks like this:
This text will be pre-formatted
and will
appear exactly
as I entered it.
Text can be broken in a variety of ways. We can use both Line and Paragraph Breaks to force text to end and begin on a new line.
Line Breaks
Paragraph Breaks
and our text skips a line and begins on a new line.
This is a paragraph break that forces our text to be aligned to the left.
This is a paragraph break that forces our text to be aligned to the center.
This is a paragraph break that forces our text to be aligned to the right.
The above text looks like this:
This is a paragraph break that forces our text to be aligned to the left.
This is a paragraph break that forces our text to be aligned to the center.
This is a paragraph break that forces our text to be aligned to the right.
There are 6 basic "Headings".
The above text looks like this:
Font Size 1
Font Size 2
Font Size 3
Font Size 4
Font Size 5
Font Size 6
Font Size 7
Font Size="-2"
Font Size="-1"
Font Size="+1"
Font Size="+2"
Font Size="+3"
Font Size="+4"
Big Tag
Small Tag
The above text looks like this:
Font Size="-2"
Font Size="-1"
Font Size="+1"
Font Size="+2"
Font Size="+3"
Font Size="+4"
Big Tag
Small Tag
The above rules look like this:
COLOR
In the next class we will look at a more complicated way of using color on the Web using hexadecimal. However you can also use color very simply by using tags and color names. For example, simple words such as "red" to modify the color a background or text. For example RED, GREEN, YELLOW, BLUE, ORANGE, GRAY.
The above looks like this:
Although it is not necessary to memorize these tags it is important to get familiar with them. Check out Willcam's Tag Index which is an easy to use, very comprehensive resource for all you