Choose a topic to test your knowledge and improve your CSS skills
CSS stands for -
Which of the following is the correct syntax for referring the external style sheet?
The property in CSS used to change the background color of an element is -
The property in CSS used to change the text color of an element is -
The CSS property used to control the elements font-size is -
The HTML attribute used to define the inline styles is -
The HTML attribute used to define the internal stylesheet is -
Which of the following CSS property is used to set the background image of an element?
Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?
Which of the following is the correct syntax to display the hyperlinks without any underline?
Which of the following property is used as the shorthand property for the padding properties?
The CSS property used to make the text bold is -
Are the negative values allowed in padding property?
Which of the following property is used as the shorthand property of margin properties?
The CSS property used to specify the transparency of an element is -
Which of the following is used to specify the subscript of text using CSS?
Which of the following CSS property is used to specify the space between every letter inside an element?
18) The CSS property used to specify whether the text is written in the horizontal or vertical direction?
Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?
How to select the elements with the class name "example"?
Which of the following is the correct syntax to select all paragraph elements in a div element?p22)
Which of the following is the correct syntax to select the p siblings of a div element?div + pdiv p23)
The CSS property used to draw a line around the elements outside the border?24)
Which of the following CSS property is used to add shadows to the text?25)
Which of the following is not a value of the font-variant property in CSS?
26) Which of the following CSS property is used to specify whether the table cells share the common or separate border?border-spacing27)
The CSS property used to make the rounded borders or rounded corners around an element is -28)
The CSS property used to set the distance between the borders of the adjacent cells in the table is -
Which of the following selector in CSS is used to select the elements that do not match the selectors?
Which of the following CSS property defines how an image or video fits into container with established height and width?
Which type of CSS is used in the below code?
Which of the following CSS property specifies the origin of the background-image?
The CSS property used to set the maximum width of the elements content box is -
Which if the following CSS function allows us to perform calculations?
The CSS property used to set the maximum height of the elements content box is -
The CSS property used to set the minimum width of the elements content box is -
Which of the following CSS property is used to represent the overflowed text which is not visible to the user?
The CSS property which is used to define the set the difference between two lines of your content is -min-height property
The CSS property which is used to define the set the difference between two lines of your content is -
Which of the following CSS property is used to add stroke to the text?
Which of the following CSS property is used to set the blend mode for each background layer of an element?
The CSS property used to specify the transparency of an element is -
Which of the following CSS property is used to set the horizontal alignment of a table-cell box or the block element?text-align property
The CSS property which is used to set the text wider or narrower compare to the default width of the font is -
Which of the following CSS property is used to specify the type of quotation mark?
The CSS property used to specify the order of flex item in the grid container is -order property
The CSS property used to set the indentation of the first line in a block of text is -
Which of the following CSS property creates a clipping region and specifies the visible area of the element?
The correct syntax to give a line over text is -
If we want define style for an unique element then which css selector will we use ?
If we dont want to allow a floating div to the left side of an element which css property will we use ?
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?
If we want to show an Arrow as cursor then which value we will use ?
If we want to use a nice looking green dotted border around an image which css property will we use?
Which of the following properties will we use to display border around a cell without any content ?
What should be the table width so that the width of a table adjust to the current width of the browser window?
Which element is used in the <HEAD> section on an HTML / XHTMLpage if we want to use an external style sheet file to decorate the page ?
Which attribute can be added to many HTML / XHTML elements to identify them as a member of a specific group ?
When we write <img src=img.png> what img.png inside double quote implies?
How can we write comment along with CSS code ?
Which css property you will use if you want to add some margin between a DIVs border and its inner text ?
Which CSS property is used to control the text size of an element ?
The default value of position attribute is _________.
How will you make all paragraph elements RED in color ?
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code ?