CSS "Cascading Style Sheets" Lessons |
| |
|
|
CSS LINK PROPERTIESa :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 SHAPEbackground-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 |
| |