A preview of what's in this quiz. Answer them interactively for instant scoring and full explanations.
What does CSS stand for?
1. What does CSS stand for?
- A.Computer Style Sheets
- B.Colorful Style Sheets
- C.Cascading Style Sheets
- D.Creative Style Sheets
Which HTML tag is used to link an external CSS file to an HTML document?
2. Which HTML tag is used to link an external CSS file to an HTML document?
- A.<a>
- B.<href>
- C.<link>
- D.<stylesheet>
Where is the correct place in an HTML document to reference an external style sheet?
3. Where is the correct place in an HTML document to reference an external style sheet?
- A.At the end of the document
- B.In the <body> section
- C.In the <head> section
- D.Inside the <title> tag
Which attribute of the `<link>` tag specifies the path to the external CSS file?
4. Which attribute of the `<link>` tag specifies the path to the external CSS file?
Which attribute of the `<link>` tag specifies the relationship between the HTML document and the linked resource?
5. Which attribute of the `<link>` tag specifies the relationship between the HTML document and the linked resource?
How do you write a comment in a CSS file?
6. How do you write a comment in a CSS file?
- A.// this is a comment
- B.<!-- this is a comment -->
- C./* this is a comment */
- D.# this is a comment
Which HTML attribute is used to apply inline styles to a single element?
7. Which HTML attribute is used to apply inline styles to a single element?
- A.class
- B.styles
- C.style
- D.font
Which HTML tag is used to define an internal style sheet directly in the HTML document?
8. Which HTML tag is used to define an internal style sheet directly in the HTML document?
- A.<css>
- B.<script>
- C.<style>
- D.<stylesheet>
Which CSS property is used to make the text bold?
9. Which CSS property is used to make the text bold?
- A.font-style
- B.text-bold
- C.font-weight
- D.font-size
Which CSS property is used to add or remove decorations from text, such as underlines?
10. Which CSS property is used to add or remove decorations from text, such as underlines?
- A.text-style
- B.font-decoration
- C.text-decoration
- D.text-transform
Which CSS property is used to change the size of text?
11. Which CSS property is used to change the size of text?
- A.text-size
- B.font-style
- C.font-size
- D.font-weight
Which selector is used to select an element with a specific ID in CSS?
12. Which selector is used to select an element with a specific ID in CSS?
- A..idName
- B.idName
- C.#idName
- D.*idName
Which selector is used to select elements with a specific class name in CSS?
13. Which selector is used to select elements with a specific class name in CSS?
- A.#className
- B.className
- C..className
- D.*className
Which CSS property is used to align text horizontally (e.g., center, left, right)?
14. Which CSS property is used to align text horizontally (e.g., center, left, right)?
- A.align-text
- B.horizontal-align
- C.text-align
- D.justify
Which CSS property is used to change the background color of an element?
15. Which CSS property is used to change the background color of an element?
- A.color
- B.bg-color
- C.background-color
- D.background-image
Which selector is used to select all `<p>` elements on a page?
16. Which selector is used to select all `<p>` elements on a page?
Which CSS property is used to change the text color of an element?
17. Which CSS property is used to change the text color of an element?
- A.text-color
- B.font-color
- C.color
- D.background-color
What is the key difference between ID selectors and class selectors in CSS?
18. What is the key difference between ID selectors and class selectors in CSS?
- A.A class selector is unique to one element, while an ID selector can apply to multiple elements.
- B.ID selectors are used for styling, while class selectors are used only for JavaScript.
- C.An ID selector is unique to one element, while a class selector can apply to multiple elements.
- D.There is no functional difference; they are interchangeable.
Which CSS property is used to change the font family of an element's text?
19. Which CSS property is used to change the font family of an element's text?
- A.font-style
- B.font-type
- C.font-family
- D.font-name
Which CSS property is used to capitalize text or convert it to all uppercase or lowercase?
20. Which CSS property is used to capitalize text or convert it to all uppercase or lowercase?
- A.text-style
- B.font-transform
- C.text-transform
- D.font-case
Looking for a different topic? Browse all subjects