Advanced CSS (linking to an external style sheet)
The advanced way, and the easiest way to do CSS is to link to an external style sheet. Here I will sow you how. If you are new to CSS, I reccommend reading the basic CSS tutorial first, if you haven't already. First, open up notepad and put all your styles in. One of the great things about exte...
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Customizable 404 pages
A 404 error page comes up whenever someone clicks a broken link, or goes to a URL on your site that doesn't exist. To make a custom 404 error page you must first make a page that you want to be your 404 error page. It can have images, CSS, a message about the error, etc... Name this page 404.html,...
Type : HTML Tutorials
Level : Experienced
Added : Aug 02, 2004
Rating :




CSS Basic, CSS Codes
These are just some CSS codes that I picked up somewhere or other over the internet, I didn't make them, I am just showing you them so you can use them :) Hope you find what you need!
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Introduction to the Fundamentals of Dreamweaver
What you will learn in this lesson: 1. What is Dreamweaver? 2. The basic layout 3. The Objects Palette 4. The Launcher palette 5. The Properties Inspector overview 6. A basic .....
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Horizontal Lines
Horizontal lines are very useful separating your page to different sections, to add a simple horizontal line just type <hr>, and you will get this:
but you can also create customized lines to fit with your webpage and to give...
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Script Tags in HTML
In this tutorial you will learn the meaning of the tags related to scripts in HTML.
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Music
In this tutorial you will learn how to put background music on your site.
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Basic CSS
CSS stands for cascading style sheets, and can be used for many things. Below is the basic style sheet. It changes the link properties and the scrollbar st...
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Basic HTML
Basic HTML stucture looks similar to this:<html><head></head><body></body></html> Place your page's main content in between <body> and </body> (text, images, links, etc...) Place things like CSS, meta tags, and titles in between <head> and...
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :




Basic Links
Learn how to create a link with HTML
Type : HTML Tutorials
Level : Beginner
Added : Aug 02, 2004
Rating :







