|
|

|
HTML: An Introduction
|
|
A web page is nothing more than a file, a HTML file to be exact. It's called HTML because web page documents have the file extension .html or .htm.
HTML stands for Hyper Text Markup
Language. HTML is a computer language that is interpreted by a
browser, and as such it has some specific rules that must be
followed. In other words, it has a defined syntax, a strict way
in which it must be written, and, when the time comes, read. HTML is
also a hypertext markup language. Hypertext is text, in any
format, with an added feature: parts of the text is linked to
other parts of the text, making it easy to jump from one part of
the text to another.
|
|
|
But hypertext links aren't just shortcuts. Just like markup, they mean something. HTML is all about
document semantics. A document by itself may be informative, but
to be truly useful, you must have a way to get to its meaning.
Once you have a way of encoding the document's semantics, you
can manipulate it in many interesting ways.
|
|
By defining the
links from a document to a table of contents that lists it, to
the next or previous documents if it is part of a series, to a
glossary or copyright notice, we give the document itself more
meaning, and hence, more value. The primary purpose of any
document is to convey information, and by specifying the
semantics of a document we supply even more information, which
can only be a good thing. That is, if it's done right. *(1).
HTML is a set of special codes that can be
embedded on text to add formatting and linking information. HTML
is specified as TAGS in an HTML document (i.e. the Web page).
The skill in creating an HTML (web) page would lie in knowing
the functionality of all HTML tags and tags attributes where
applicable.*(2). For
complete tutorial please visit: Web
Reference.
How
To Include Image on Your Page
When you include images on your
web page, remember that they contain alot of data and therefore can be slow to load. One way to reduce the size (by size I mean Kb) is to reduce the dimensions. Cutting the length and width in half results in an image only 1/4 the size in Kb. Also you can reduce the number of colors. Here are a few examples:
|
 |
Dimensions 310 x 304
# of colors- 238
Size - 69 Kb
|
 |
 |
Dimensions 207 x 203
# of colors- 238
Size- 34 Kb
|
Dimensions 207 x 203
# of colors- 48
Size - 19 Kb
|
|
Graphic Interchange Format Gif Wizard is a very helpful tool from
Raspberry Hill Publishing that will help you reduce the size of your images. (Note that the GIF Wizard is not a part of this tutorial. It is a program that resides on a computer at Raspberry Hill Publishing. This is simply an interface. Also you must be online to use it.)
|
|
|
|
More information
on HTML tutorial can be found on HTML Tutorial
|
|

|
|
A Listing of
links for HTML tutorial
|
HTML editors- CMed, HTMLpad and HTML Notepad
Paint Shop Pro
Quickres
Netscape Navigator
Yahoo!
Background color codes
Netscape's 216 colors
HTML Special Characters
HTML Quick Reference Guide
Cute FTP
Web Wizard.
Top 10 ways to tell if you have a sucky homepage
Do's and Don'ts of web site design
Table Tutor,
Form Tutor and
Frames Tutor
The HTML Reference Library
and their homepage
Beginner's Guide to HTML
Barebones Guide to HTML
HTML Elements List
from Sandia National Laboratories
The Web Developer's Virtual Library
Raspberry Hill Publishing
ZDnet Software Library
|
|
|
Reference: *(1)
|
Stephanos Piperoglou,
"So What Is This HTML Thing?", (Webreference.Com), HTML Tutorial-1/1.
|
|
Reference: *(2)
|
Ivan Bayross, "HTML, DHTML,
JavaScript, Perl CGI" (BPB Publications, 2000), pp. 31-32.
|
This page designed with
a little help from:

HTML Authoring Tutorials
|
|