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
margin
:
Content language: English
Русский
Two consecutive block elements are created on the page.The first one has fields (outer indentation) from all four sides, equal to 20 pixels. The second has fields equal to 17 pixels. What is the size of the field between these elements after filling?
margin
Which CSS should be added to allow the link to appear on the top: <a href="#" title="Test" style="margin-top:50px;">Test</a>
margin
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; }
margin
How to set a 5px width indentation outside the element using CSS?
margin
Specify the option in which the indentation parameters are set correctly.
margin
Which CSS property sets the outer left indentation of the element?
margin
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes