Home
MCQS
CSS MCQ Quiz Hub
CSS MCQ
Choose a topic to test your knowledge and improve your CSS skills
1. What is CSS?
CSS is a style sheet language
CSS is designed to separate the presentation and content, including layout, colors, and fonts
CSS is the language used to style the HTML documents
All of the mentioned
2. Who invented CSS?
Hakon Wium Lie
Sergey Brin
Rasmus Lerdorf
Brendan Eich
3. Which of the following tag is used to embed css in html page?
<css>
<!DOCTYPE html>
<script>
<style>
4. In CSS, what does h1 can be called as _______
Attribute
Selector
Tag
Value
5. Which of the following CSS framework is used to create a responsive design?
django
rails
larawell
bootstrap
6. Which type of HTML tag is used to define an internal style sheet?
<script>
<link>
<class>
<style>
7. Which of the following function defines a linear gradient as a CSS image?
gradient()
linear-gradient()
grayscale()
image()
8. Which of the following CSS property is used to set the text formatting?
font-style
text-decoration
font
all of the mentioned
9. Which of the following is the correct way to apply CSS Styles?
in an external CSS file
inside an HTML element
inside the <head> section of an HTML page
all of the mentioned
10. Which of the following CSS property sets the font size of text?
font-size
text-size
text
size
Submit