NEW
Font size
WorksheetsCSS Quiz-I
Total questions: 10
Worksheet time: 5mins
Who invented CSS?
Hakon Wium Lie
Sergey Brin
Rasmus Lerdorf
Brendan Eich
____ sets the element to one side of the page
margin
width
float
height
Every HTML page is required to have a linked CSS page?
True
False
Which of the following CSS framework is used to create a responsive design?
Django
Rails
Larawell
Bootstrap
What will be the output of the following CSS code snippet?
Nothings happens
Error occurs
Heading becomes green
All h1 headings become green
Which of the following is not a value for the font-style property?
Oblique
Normal
Italic
None of the Above
Which CSS property can be used to set the image as a border instead of the border style?
background-image-source
background-image
border-image-source
border-image
Which of the following CSS3 property is used to tell the browser what the sizing properties should be included?
box-design
box-redesign
box-sizing
box-model
Which of the following is not a property of the CSS box model?
margin
color
height
width
Which of the following CSS property specifies the placement of an element in relation to floating objects?
space
clear
color
None of the mentioned
