|
HTML (HyperText
Markup Language) is the programming language used to write web
documents. This language is not difficult to learn and you do not have
to be a programmer to understand and use it. In most instances, the
files produced with HTML are static, or unchanging, and are displayed
to the viewer by their browser just as the file was created. However,
there are ways to create more interactive, dynamic pages. If you are
interested in creating something more interactive, you will want to
check out the sections on CGI
Scripts, PERL,
Javascript, and
Java.
Here are some
helpful links below that will teach you about HTML and illustrate some
of the considerations involved in designing a web page.
Introduction & Tutorials
-
A Beginner's Guide to HTML
A great guide to becoming familiar with
HTML.
-
Basic HTML: From Tags to Tables
The University of Brighton UK has
formulated a top notch instructional site. From here, you can not
only learn about HTML, but CGI Scripts as well.
-
HTML Quick Reference
The University of Kansas' Quick Guide
to HTML is really easy to follow and comprehensive. Always a great
source to fall back on for the basics!
Beyond the Basics
-
Intermediate HTML Functions
The iBoost Journal is a fast track to
learning HTML. Packed with useful information, you should be able to
find almost anything here!
-
HTML Validator
Great tools for validating your HTML
code.
HTML Specifications
|