🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

CSS का उपयोग करके हाइपरलिंक से अंडरलाइन हटाने के लिए सही सिंटैक्स क्या है

What is the correct CSS syntax to remove underline from a hyperlink

A
a {text-decoration: underline-none
B
a {text-decoration: none;}
C
a {hyperlink: no-line;}
D
a {text-style: plain;}
Explanation

Correct Answer: B) a {text-decoration: none;}

Latest Updates