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
html
:
Content language: English
Русский
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; }
html
Which values can the text-align property take?
html
How to center the inline content of the block element horizontally using CSS (for example, <div>Some inline content </div>) ?
html
Select the attribute name of the html tag that you can specify inline (directly inside the opening tag).
html
Sometimes, when you enter the page, the button already lights up by default. What attribute is applied to interface elements (such as checkboxes and radio buttons) when they are in the "on" position?
html
How to set the red color of the text for an element using CSS?
html
What property should I use to change the transparency level of a web page element?
html
Select the CSS property which you can use to specify the shape of the mouse pointer when it is placed above (is hovered) the element.
html
Which values of the position property set the way the element is positioned relative to the browser window or other objects on the web page?
html
There are 4 blocks, how many green ones? <div class="first"></div> <div class="second"></div> <div class="third"></div> <div class="fourth"></div> div{width:50px;height:50px;} .first{background: rgba(0,255,0,1);} .second{background: rgba(255,0,0,1);} .third{background: rgba(0,255,0,0);} .fourth{background: rgba(0,0,255,1);}
html
← Prev
4
5
6
7
8
Next →
Sign Up Now
or
Subscribe for future quizzes