What does CSS stand for?
Cascading Style Sheets
Which HTML tag is used to link an external CSS file to an HTML document?
What is the purpose of the HTML <div> element?
It is a container element used to group and style content together.
Which CSS property is used to change the text color of an element?
color
What is the default display property for most HTML elements?
block
How can you center an element horizontally in CSS?
By setting its margin property to auto.
What is the CSS pseudo-class used to select the first child of an
element?
:first-child
Which HTML tag is used to create an ordered (numbered) list?
<ol>
In CSS, what property is used to control the spacing between lines of
text within an element?
line-height
What does the term "responsive web design" refer to?
It refers to designing web pages that adapt and display well on various
screen sizes and devices.