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
css
:
Content language: English
Русский
The code is given. <div id="foxmenu"> Text </div> What style will be applied to this code?
css
Which statements are true for display: inline-block?
css
How to use CSS to define a circular list marker?
css
Which values can the text-align property take?
css
How to center the inline content of the block element horizontally using CSS (for example, <div>Some inline content </div>) ?
css
Select the attribute name of the html tag that you can specify inline (directly inside the opening tag).
css
How to set the red color of the text for an element using CSS?
css
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.
css
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?
css
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);}
css
← Prev
4
5
6
7
8
Next →
Sign Up Now
or
Subscribe for future quizzes