Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
p
:
Content language: English
Русский
Which CSS property can set the height of a line of text?
p
What indents correspond to "10px 10px 10px 10px" in the following expression: p { padding: 10px 10px 10px 10px; }
p
<style type="text/css"> #bottom { background: #66806E url(images/clover.png) no-repeat 20px bottom; min-height: 80px; color: #E4BC96; padding: 5px 5px 5px 140px; } #bottom p { margin: 5px 0;} #bottom a {color: #FFFDE0; } </style> This style defines:
p
What will be the margin between two blocks <div> and <p>? <body> <div id="d1">...</div> <p id="p1">...</p> </body> #d1 { margin-bottom:30px; padding:0; } #p1 { margin-top:20px; padding:0; }
p
Which selector will take precedence over the text in the paragraph?
p
In which area you will add <p>text</p> to be displayed by the browsers?
p
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes