Hex Chart
When adding a color to your webpage with HTML, sometimes you can just type in the name of the color. But more often than not, you'll need to use what's called the hex code, which is something that the browser will be able to understand. Choose a color from the list below and look to its left...
Type : HTML Tutorials
Level : Beginner
Added : Oct 21, 2004
Colored Scrollbars
Ever wonder how to create those cool colored scrollbars? They are very easy. I'll show you the code first and explain it all.
Type : HTML Tutorials
Level : Beginner
Added : Oct 21, 2004
Absolute Positioning
Absolute positioning allows you to set an object's placement on a page by setting its offset position from the left, right, top, and bottom margins. When an element is positioned absolutely, it is removed from the normal flow, and has no effect on other elements in the normal flow. If the style ...
Type : HTML Tutorials
Level : Experienced
Added : Oct 21, 2004
Overflow
Tired of IFrames? The CSS overflow property, which specifies what should happen when an element's content is too big to fit in a specified area, can be used as an alternative.
Type : HTML Tutorials
Level : Experienced
Added : Oct 21, 2004
Line Height
With CSS, the height of a text line can be changed using the line-height property. Start off by placing the following code in the head section of you page.(between <head> and </head>)
Type : HTML Tutorials
Level : Beginner
Added : Oct 21, 2004
Fixed Background
This short tutorial will show you how use a fixed background image. With a fixed background, the background image doesn't move as the page is scrolled.
Type : HTML Tutorials
Level : Beginner
Added : Oct 21, 2004
HTML Basics
What is HTML? HTML, Hypertext Mark-up Language, is the language of the World Wide Web. In essence, it is the language which is used to create pages for the world to view. Technically, HTML isn't a language, it's just plain English. (You will see what I mean by this later on.) If you truly want .....
Type : HTML Tutorials
Level : Beginner
Added : Oct 20, 2004
Inserting images with CSS
This article assumes that you know at least basic HTML; you know what a tag is and how to use simple tags like the img or the <p> tag. If this is confusing you, you need to read my tutorial for total beginners on web design - it's really easy and people seem to like it, so give it go!
Type : HTML Tutorials
Level : Experienced
Added : Sep 10, 2004

