adplus-dvertising
frame-decoration

Question

Following CSS code is written. After visiting link from IE 8 , user have open to newly installed Google Chrome for very first time.Color of link visited inside IE8 will be -
<style>
            a:link {
                color:#FF0000;
            }
            a:visited {
                color:#00FF00;
            }
            a:hover {
                color:#FF00FF;
            }
            a:active {
                color:#0000FF;
            }
        </style>

a.

#FF0000

b.

#00FF00

c.

#FF00FF

d.

#0000FF

Answer: (a).#FF0000

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Following CSS code is written. After visiting link from IE 8 , user have open to newly installed Google Chrome for very first time.Color of link visited inside IE8 will be -

Similar Questions

Discover Related MCQs

Q. Currently clicking and holding down the mouse button on represents ___________ pseudo class.

Q. Which property is used to specify typefaces ?

Q. How many type faces inside property "font-family" ?

Q. Fonts such as Times New Roman which have spaces in between must be wrapped inside ______ .

Q. Which of the following fonts are Generic Fonts ?

Q. "Courier / Courier New" resembles following generic font family -

Q. Multiple font faces are separated by __________ .

Q. A group of font families with a similar look -

Q. In Descendant Selector , style is applied to element based on ________ .

Q. HTML tags are used to describe document ___________.

Q. HTML Document can contain ______________.

Q. Page Designed in HTML is called as ________.

Q. HTML program is saved using ____________ extension.

Q. HTML program can be read and rendered by _________.

Q. Which of the following is not an example of browser ?

Q. Who was the primary author of HTML (Hyper Text Markup Language) ?

Q. HTML was firstly proposed in year _______.

Q. HTML tags are surrounded by __________ brackets.

Q. Opening Tag of HTML Tag is called as __________.

Q. Which of the following tag is used to link the URL ?