Select from following answers:- underline:hidden;
- text-decoration:none;

- ext-decoration:no-underline;
- None of these.
- All Above
text-decoration:none; is the only css property through which we can remove underline from hyperlink.
For Example:-
a
{
text-decoration:none;
}
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator