Loading...

Search Results in category “Tutorials”

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

read more
in HTML Tutorials
Custom Link Colors

Standard link colors are boring and frequently do not match the color scheme of your website. Pseduo-classes, which add different effects to some selectors, can change the link colors to match your site.

read more
in HTML Tutorials
External Style Sheets

Many people put their style in the actual html code, but I find that using a seperate .css file for all styling is really helpful. By using external style sheets, you can save time. When you want to change and property that you have set using CSS, you only have to edit one file. Here's how it's do...

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

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

read more
in Color Theory
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...

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

read more
in HTML Tutorials
Everything You Should Know About HTML

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 .....

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

read more

Copyright © All Rights Reserved