CSS QUIZ - 9
The quiz consists of 20 CSS questions. Let's check your CSS with this simple quiz.
Total Questions : 20Question Type : MCQTime Limit : 5 MinutesMaximum Points : 20
1 / 20
If we want define style for an unique element, then which css selector will we use ?
2 / 20
If we want to show an Arrow as cursor, then which value we will use ?
3 / 20
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?
4 / 20
What should be the table width, so that the width of a table adjust to the current width of the browser window?
5 / 20
Suppose we want to arragnge five nos. of DIVs so that DIV4 is placed above DIV1. Now, which css property will we use to control the order of stack?
6 / 20
CSS stands for ________
7 / 20
Which of the following properties will we use to display border around a cell without any content ?
8 / 20
The default value of "position" attribute is _________.
9 / 20
Can we define the text direction via css property ?
10 / 20
If we don't want to allow a floating div to the left side of an element, which css property will we use ?
11 / 20
Can we align a Block element by setting the left and right margins ?
12 / 20
Is it possible to declare font-weight, font-face & font-size by using ONLY ONE css propery ?
13 / 20
Which attribute can be added to many HTML / XHTML elements to identify them as a member of a specific group ?
14 / 20
When we write <img src="img.png">, what "img.png" inside double quote implies?
15 / 20
Which css property you will use if you want to add some margin between a DIV's border and its inner text ?
16 / 20
How will you make all paragraph elements 'RED' in color ?
17 / 20
Which CSS property is used to control the text size of an element ?
18 / 20
If we want to use a nice looking green dotted border around an image, which css property will we use?
19 / 20
Which element is used in the
20 / 20
How can we write comment along with CSS code ?
Your score is
Restart quiz Exit
Comments are closed.