Answers for "how will you make all paragraph elements 'red' in color ? a {text: no-underline;} a {text-decoration:none;} a {text-style: no-underline;} a {text-decoration: no-underline;}"

CSS
4

text decoration none

exampe{
	text-decoration: none; 
}
Posted by: Guest on March-19-2021
0

underline css still there after text-decoration: none

a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}
Posted by: Guest on October-25-2021

Code answers related to "how will you make all paragraph elements 'red' in color ? a {text: no-underline;} a {text-decoration:none;} a {text-style: no-underline;} a {text-decoration: no-underline;}"

Browse Popular Code Answers by Language