NEW
Font size
Worksheetshtml and css smart
Total questions: 10
Worksheet time: 5mins
What will be the output of following CSS code snippet?
h1 {color: red text-decoration: underline; font-style: italic;}
color: red, text-decoration: underline works
only font-style: italic works
color: red, text-decoration: underline and font-style: italic all works
text-decoration: underline and font-style: italic works
Which of the following CSS Property controls how an element is positioned?
static
position
fix
set
Which of the following is an appropriate value for the overflow element?
scroll
hidden
auto
all of the mentioned
Which of the following CSS Property sets the stacking order of positioned elements?
y-index
z-index
x-index
all of the mentioned
Which of the following is the correct syntax to select the p siblings of a div element?
p
div + p
div p
div ~ p
Which of the following CSS property is used to specify whether the table cells share the common or separate border?
border-radius
border-collapse
border-spacing
None of the above
The CSS property used to specify the transparency of an element is ...
Hover
opacity
clearfix
overlay
How to create a checkbox in HTML?
<input type = "checkbox">
<input type = "button">
<checkbox>
<input type = "check">
A program in HTML can be rendered and read by ....
Web browser
Server
Interpreter
None of the above
Which of the following property value is related with font-weight?
italic
underline
bold
both a and c
