CSS - CSS Links



  • In CSS, Links are used to set different properties for hyperlinks.
  • Different types of link selectors are,
    • a: link - Specifies the style for normal unvisited links.
    • a: visited - Signification for visited links.
    • a: hover - A link is hovered when the mouse pointer moves over it.
    • a: active - The specific style for active links can be applied when a link becomes active once you click on it.
  • The set of rules have to follow in CSS links such as styles and link states.
    • a: hover MUST come after a: link and a: visited
    • a: active MUST come after a: hover
  • The styles which can be used are shown below:
    • color
    • background-color
    • border-color
    • outline-color

This page provides a detailed information on css tutorial for beginners , css and html , online css generator , css html tutorial , css text generator , html and css website , javascript html css , html and css basics , html5 css tutorial , css optimizer online , html css editor online , html javascript css , how to create a website using html and css , html css and javascript , css design examples , basic css , html css design , editor css , css online editor , online html css js editor.


View More Quick Examples

CSS BASICS & SELECTORS CSS SELECTOR ATTRIBUTE CSS STYLE FORMS COLORS & BACKGROUND CSS MARGIN & PADDING CSS WIDTH & HEIGHT CSS LINKS CSS BLOCKS

Related Searches to CSS Links