Search
⏱️ Time Left --:--
🏆 Score 0/50
Wrong 0/50
🎯 Accuracy -
📊 Answered 0/50
Overall Progress 0%
Q1
CSS was first proposed by ___
Q2
When was the CSS first version invented ?
Q3
CSS 2 release date ____ ?
Q4
What is the acronym of CSS ?
Q5
CSS is a computer language.
Q6
Which of the following one is not a CSS type ?
Q7
Which pair is simillar in CSS ?
Q8
CSS stands for ?
Q9
 Which of the bellow one is the correct syntax for referring the external  CSS  ?
Q10
Which property is responsible to change the background color on an element in CSS ?
Q11
The CSS property that controls the font size on an element is___ ?
Q12
Which syntex is used to display the hyperlinks without underline ?
Q13
Which of the bellow property is used as the shorthand property for the padding properties ?
Q14
The CSS property that makes the text bold is___
Q15
Negative values are allowed in padding property ?
Q16
Which of the following property is used as the shorthand property of margin properties ?
Q17
What is the correct syntax  in CSS3 to make every word of a sentence begin with a capital letter ?
Q18
Which of the following syntax is correct to select the elements with the class name "journey" ?
Q19
How many combinators available in CSS ?
Q20
 Which of the bellow is not a type of combinator in CSS  ?
Q21
Which type of CSS is used in the following code ?  
<span style = "margin-top:10px;"> Hello Web Journey </span>
Q22
The CSS property used to set the maximum height of the element's content box is __
Q23
In CSS which property is used to add stroke in the text ?
Q24
Which of the following one is not a CSS property ?
Q25
The CSS property used to specify the order of flex item in the grid container is__
Q26
Which of the following HTML tag is used to define an internal style sheet ?
Q27
 In HTML document where we refer to an external style sheet ?
Q28
style is a attribute, true or false__
Q29
Which property is used to define the text color ?​​​​​​ ​
Q30
Which of the bellow property is used to define the font of the element's text ?
Q31
 What is the default size for normal text in CSS ?
Q32
What type of CSS is generally recommended for designing large web pages ?
Q33
What is the correct way to write comment in CSS ?
Q34
In the following code snippet, in what order will the margins be added ?  
h1 {
  margin: 10px 20px 30px 40px;
}
Q35
Which of the following is used to spacing between each letter in a text in CSS?
Q36
Which of the following are valid CSS position property values ?
Q37
Which of the bellow CSS property is used for managing the layout ?
Q38
What is the correct syntax of writing the var() function ?
Q39
 Which function is used to insert values of a CSS variable?
Q40
Which one is not type of gradients in CSS ?
Q41
  In what way we add more importance to a property/value than normal in CSS ?
Q42
Which function is used to returns the value of an attribute of the selected element ?
Q43
Whic function is used to return the current value ?
Q44
CSS can be used for animations and transitions__
Q45
CSS units are used for expressing__
Q46
Which of the following is not a CSS unit ?
Q47
Which of the bellow unit is relative to the parent element ?
Q48
How can we define custom fonts using CSS ?
Q49
How can we align the p tag text in center ?  
<p>Hello, keep me center</p>
Q50
Which of the following is the correct approach to make a table responsive ?

Categories