Computer Applications
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 ;
Related Questions
What is the correct CSS syntax for making all the
<p>tag's font size 14px ?p {14px}p {font-size: 14px;}p {text-size: 14px;}p {font: 14px;}
Which CSS property controls the text size ?
- font-height
- text-size
- font-size
- text-style
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 change the background color ?
- background-color
- bgcolor
- bg-color
- color