HTML - HyperText Markup Language
HTML is a set of special codes referred to as "tags," which instruct a web browser how to display your information and images.
- Here are some links to sites about HTML.
HTML Overview
Introduction to HTML
- Here are some links to sites where you can download graphics.
Icon Bazaar
Clip Art Gallery
- Here are some links to complete HTML references.
HTML 4.0 from W3C
HTML 4.0 from WDG
HTML Validation Service from W3C
- Here are some links about creating a website.
Planning a Website
Testing a Website
Style Sheets - Cascading Style Sheets
Style sheets describe how an HTML tag should be render by the web browser. You can change the web browser's default rendering of attributes such as colors, borders, margins, etc., and create you own.
- Here are some links to sites about Cascading Style Sheets.
CSS Overview
CSS Introduction
CSS Tutorial
- Here are some links to sites complete CSS references.
CSS Reference from W3C
CSS Validation Service from W3C
- Here are some links to some CSS software.
CoffeCup Style Maker
TopStyle Pro
Scripts - Client Side Programming
Scripts are programs that are embedding in the HTML page. These can tell the web browser how to react to the viewer actions such a placing the mouse over an HTML tag. These can also run independent of the view's actions and perform some task at a given time or interval.
- Here are some links to sites about JavaScript.
JavaScript Overview
Introduction to JavaScript
- Here are some links to sites about JavaScript programming.
JavaScript Tutorial for Non-Programmers
JavaScript Tutorial for Programmers
- Here are some links to sites about JavaScript Examples.
20 JavaScript Examples
Advanced JavaScript Examples
- Here are some links to sites about JavaScript Reference Information.
JavaScript Quick Reference
JavaScript 1.5 Reference