CSS "Cascading Style Sheets" Lessons


CSS ( Cascading Style Sheets ) - Why CSS ? - Introduction - Css Link Properties / Examples - Css List Properties / Examples - Css Layer Properties / Examples - Css TextBox Properties / Examples - Css Font Properties / Examples - Css Text Properties / Examples - Css Cursor Properties / Examples - Css Background Properties / Examples - Css Table Properties / Examples - Css Scroll Bar Properties / Examples - Tools - Units - Parameters - Template Page - Web Design
Return MainPage / Don't Forget Me

CSS LINK PROPERTIES

a :Adds special style to a link.
a:active :Adds special style to an activated link.
a:visited :Adds special style to a visited link.
a:hover :Adds special style to a link when you mouse over it.

TO SHAPE

background-color : Sets the background color of a link.
background-image : Sets an image as the background.
color : Sets the color of a link.
text-decoration : Adds decoration to text for a link.
display : Sets how a link is displayed.
border : Setting all of the properties for the four borders in one declaration
font-weight: Sets the weight of a font for a link.

Notice; These parameters are a few feature of links. There are a lot of parameters for links.


CSS Link Application - 1
CSS Link Application - 2