Loading...

Search Results in category “Tutorials”

in HTML Tutorials
E-mail Forms

E-mail forms are a simple way of getting information from your visitors to you. All they have to do is fill out a form and hit send, and the information is sent directly to your inbox. Here is an example of a decorated form:...

read more
in HTML Tutorials
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...

read more
in HTML Tutorials
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,...

read more
in HTML Tutorials
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...

read more
in HTML Tutorials
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...

read more
in HTML Tutorials
Cascading Style Sheets Tutorial

Cascading Style Sheets (CSS) standards were originally introduced in 1996, but like so many technologies introduced by the W3C, the way the information was presented confused many non-geeks. Consequently, even 8 years later, many webmasters still haven't taken advantage of this *huge* time-saving t...

read more

Copyright © All Rights Reserved