Saturday, April 13, 2013

April 12 Online Discussion Question 2

Styling with the <a> element in CSS - What do we need to know? What are the different states? Is there anything special about the <a> element? Is there anything additional information we need to know?

(only one part per student!)

6 comments:

  1. Unlike other elements, the "a" element's style changes depending on its state.

    Ethan

    ReplyDelete
  2. Links can be in multiple states at the same time.

    [Collin]

    ReplyDelete
  3. the three states are:
    link
    visited
    hover

    {travis}

    ReplyDelete
  4. The a:link, a:visited, and a:hover, are pseudo-classes.

    Autumn

    ReplyDelete
  5. If you haven't visited a website before, it is blue by default, and is purple by default if you HAVE visited the webpage.
    Gracie

    ReplyDelete
  6. you can change the color of the defaults for visited sights if you want to, so instead of blue for unvisted and purple for visited, you could have green for unvisited and orange for visited, although it might confuse your viewers, and is sure to look a little unprofessional!

    ReplyDelete