Computer Applications
How do you display hyperlinks without an underline?
- a {decoration:no underline}
- a {text-decoration:none}
- a {hyperlink:no underline}
- a {text-decoration:no underline}
CSS
2 Likes
Answer
a {text-decoration:none}
Reason — To display hyperlinks without an underline, the value of text-decoration property is set to none.
Answered By
1 Like
Related Questions
- Which CSS property controls the text size ? - font-height
- text-size
- font-size
- text-style
 
- How do you insert padding so that it is : - 10 pixels at the top 15 pixels at the bottom 5 pixels at the right 10 pixels to the left- padding:10px 15px 5px 10px ;
- padding:15px 5px 10px 10px ;
- padding:10px 5px 10px 15px ;
- padding:10px 5px 15px 10px ;
 
- Which property is used to change the background color ? - background-color
- bgcolor
- bg-color
- color
 
- Which property is used to increase and decrease the text size ? - font-width
- font-size
- text-width
- text-size