ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

CSS / CSS3 : Web Designing Questions & Answers



Question : By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?


A.
a {text: no-underline;}
B.
a {text-decoration:none;}
C.
a {text-style: no-underline;}
D.
a {text-decoration: no-underline;}

Answer / Explanation

Correct Answer is : Option B.


More Questions on CSS - Cascading Style Sheets