Web Development HTML/CSS Objective
May 19, 2013

In wich color link will be displayed if user has not clicked on any of the link befor for following css code:

<style>

      a:link{

          color:#ff0000;

          }

    a:visited{

        color:#00ff00;

               }

     a:hover{

             color:#0ff000;

               }

          a:active{

                color:#0000ff;

                        }

       </style>

Choose the correct answer:
A) #00ff00
B) #ff0000
C) #0ff000
D) #0000ff
Detailed Explanation

No Explanation

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback