Computer Applications
Which property is used to change the background color ?
- background-color
- bgcolor
- bg-color
- color
Related Questions
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 ;
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}
Which property is used to increase and decrease the text size ?
- font-width
- font-size
- text-width
- text-size
What would this CSS rule do ?
p { color:red; }- Make the background of all paragraphs red.
- Make the fonts of all paragraphs red.
- Make all text boxes red.
- Make the border of all paragraphs red.