September 7th, 2010 by admin
Styling Links
Links can be style with any CSS property (e.g. color, font-family, background-color).
Special for links are that they can be styled differently depending on what state they are in.
The four links states are:
a:link – a normal, unvisited link
a:visited – a link the user has visited
a:hover – a link when the user [...]
Read More
August 16th, 2010 by admin
In CSS, there are two types of font family names:
generic family – a group of font families with a similar look (like “Serif” or “Monospace”)
font family – a specific font family (like “Times New Roman” or “Arial”)
Generic family
Font family
Description
Serif
Times New Roman
Georgia
Serif fonts have [...]
Read More
June 17th, 2010 by admin
Text Color
The color property is used to set the color of the text. The color can be specified by:
name – a color name, like “red”
RGB – an RGB value, like “rgb(255,0,0)”
Hex – a hex value, like “#ff0000″
The default color for a page is defined in the body selector.
Example
body {color:blue;}
h1 {color:#00ff00;}
h2 {color:rgb(255,0,0);}
Remark : [...]
Read More
June 9th, 2010 by admin
CSS background properties are used to define the background effects of an element.
CSS properties used for background effects:
background-color
background-image
background-repeat
background-attachment
background-position
Background Color
The background-color property specifies the background color of an element.
The background color of a page is defined in the body selector:
body {background-color:#b0c4de;}
The background color can be specified by:
name – a [...]
Read More
May 27th, 2010 by admin
There are three types of CSS
External style sheet
Internal style sheet
Inline style
External Style Sheet
An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the [...]
Read More
May 21st, 2010 by admin
id and class Selectors
In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called “id” and “class”.
id Selector
The id selector is used to specify a style for a single, unique element.
The id selector uses the id attribute of the HTML element, and is defined with a “#”.
The [...]
Read More
May 18th, 2010 by admin
1. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. Every element type as well as every occurance of a specific element within that type can be declared an unique style, e.g. margins, positioning, color or size.
2. CSS is a web standard that describes style [...]
Read More
May 26th, 2008 by admin
What actually is reliable web hosting? In the world of internet, there is a horde of web hosting providers who claim to be the best. You will find it pretty much difficult to find a web hosting provider which actually fulfills all the claims that it makes. It is quite difficult to find a reliable [...]
Read More
March 30th, 2008 by admin
If you take a look at the world of web hosting, you will find that this world has an array of options and you can make a choice as per your requirements. The best thing about it is that there is an option for each one’s needs. So, there is the option of paid and [...]
Read More
January 30th, 2008 by admin
Web hosting is one of the most important aspects for any webmaster. What use would you have of your website if you won’t have any place to host it? And if you have to have a website which is the best without any technical bugs, you will do well if you choose your web hosting [...]
Read More