Choose a topic to test your knowledge and improve your CSS skills
What is CSS stands for?
What CSS describes?
What is the correct syntax for referring an external CSS?
What is a CSS selector?
In a CSS file, there is a CSS rule for paragraphs tags – what does p can be called?
Internal styles are written within the _____ element.
Inline styles are written within the _____ attribute.
CSS comments are placed within the ______.
Which property is used to define the text color?
Which property is used to define the background color?
From the given options which is/are the valid way to represent a color?
Which property is used to define the font of the element's text?
What are the valid values of font-style property?
Why font-weight property is used?
What is/are the correct value(s) of font-weight property?
Which is the correct inline CSS for p tag to define paragraph's text and background colors?