Loading...

Search Results in category “Tutorials”

in HTML Tutorials
Cascading Style Sheets (CSS); Backgrounds

Background colors and images can be used for stylistic effects and can be an important element in the design of web sites. With standard HTML, one can assign backgrounds to a web page and to tables and table data cells. Compared to what one can do with CSS, however, HTML is limited...

read more
in HTML Tutorials
HTML Form Tutorial

HTML forms are a means of collecting information. People fill in a form and/or select something. Then they click a button. Forms don't actually process information.

read more
in HTML Tutorials
Cascading Style Sheets (CSS); Formatting Lists

This article will show you how you can change the style of individual lists, all lists on your page, and all lists on your entire web site by changing just a few things on your style sheet. By changing one word in your global style sheet, for example, you can change all your web site's ordered l...

read more
in HTML Tutorials
Create an automatic redirection page

Many novice webmasters launch their websites without having their own domain name or a commercial web host. Instead, they rely on free hosts, using a sub-domain (such as: yoursite.freehost.com or www.freehost.com/yoursite) as their website's URL. However, as the number of visitors grows and thei...

read more
in Web Design Principles
Adding Movies To Your Web Page

Although I've been working on web sites since 1993, it's only been in the last year that I've started playing around with video on the Web on my own sites and on some of the sites I've designed. Now that standard web connections are faster than ever, video is more accessible than ever. The fo...

read more
in HTML Tutorials
The ASCII Chart

An ASCII Chart is a simple way to keep a list of what all the printable, or displayable characters are. All computers store information as a set of 1's and 0's (bits), not as actual characters. A group of eight (8) bits make a byte. Believe it or not, four bits actually make a nibble and two nibbl...

read more
in HTML Tutorials
Tricks Using Lists

The easiest way to do it is with the unordered list tags. This involves opening the list with <UL>, surrounding each member line with the <LI> and </LI> tags, and finishing the list with the </UL> tag.

read more
in HTML Tutorials
Page Structure & Description Tags

The very first line of your HTML document should be: <HTML> The last line of your document should be: </HTML> It is very important that you do not place one of these tags anyplace else in your documents as they...

read more

Copyright © All Rights Reserved