Which HTML tag is used to link an external CSS file to an HTML document?
Which CSS property is used to change the text color of an element?
color
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>
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.