Welcome to Tekiana Quiz



1. Which of the following is a way to include CSS

Internal style sheet
External style sheet
Inline style
All of the above


2. How do you calculate Width of a CSS box

Elementwidth+border+Padding
Elementwidth+border+margin
Elementwidth+leftpadding+rightpadding+leftborder+rightborder+leftmargin+rightmargin
None of the above


3. How to remove an element using CSS styling

display:none
visibility:hidden
opacity:0
display: inline


4. How to hide an element using CSS styling

display:block
visibility:hidden
visibility:collapse
display: inline


5. Block level elements takes a line break before and after

True
False


6. Which of the following are CSS Preprocessors

SASS
Stylus
PostCSS
All of the above


7. How to restrict content overflow to an HTML element

overflow: visible
overflow: hidden
overflow: scroll
None of the above


8. How to display block elements as inline

display: inline-block
display: block
display: inline
None of the above


9. Which property helps to blur an image

opacity
display
visibility
None of the above


10. How to display images from right ?

float:right
float:left
float:none
float:inherit