Css

A colorful and engaging illustration showcasing various CSS properties in action, like font size, colors, and layouts on a web page.

CSS Mastery Quiz

Test your knowledge of CSS with our engaging quiz designed for web development enthusiasts and professionals. This quiz covers fundamental and advanced CSS concepts to help reinforce your understanding.

  • 12 Challenging Questions
  • Instant Feedback on Answers
  • Score and Track Your Progress
12 Questions3 MinutesCreated by LearningCode101
The CSS property used to control the element's font-size is -
Text-style
Text-size
Font-size
None of the above
Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?
P {background-color : yellow;}
P {background-color : #yellow;}
All {background-color : yellow;}
All p {background-color : #yellow;}
What does SVG stands for?
Scalar Vector Graph
Scalable Vector Graphics
Scalable Vector Graph
None of the above.
Which of the following property is used as the shorthand property of margin properties?
Margin-left
Margin-right
Margin
None of the above
The CSS property used to specify the transparency of an element is
Opacity
Filter
Visibility
Overlay
Which CSS property is used to add a border around an element?
Border-color
Outline
border
border-style
Which of the following is used to specify the subscript of text using CSS?
Vertical-align: sub
Vertical-align: super
Vertical-align: subscript
None of the above
The CSS property used to specify whether the text is written in the horizontal or vertical direction?
Text-indent
Writing-mode
Word-break
None of the above
Which of the following is not a type of combinator?
>
~
+
*
How to select the elements with the class name "example"?
Example
#example
.example
Class example
Which if the following CSS function allows us to perform calculations?
Calc() function
Calculator() function
Calculate() function
Cal() function
Which type of CSS is used in the below code?
<p style = "border:2px solid red;">  
Inline CSS
Internal CSS
External CSS
None of the above
{"name":"Css", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of CSS with our engaging quiz designed for web development enthusiasts and professionals. This quiz covers fundamental and advanced CSS concepts to help reinforce your understanding.12 Challenging QuestionsInstant Feedback on AnswersScore and Track Your Progress","img":"https:/images/course1.png"}
Powered by: Quiz Maker