11.
How do you link an external CSS file named "styles.css" located in the same directory as your HTML file?
12.
Which CSS property is used to specify the font size of text?
13.
What is the purpose of the type attribute in the <link> tag when linking CSS stylesheets?
14.
How can you include comments in an external CSS file?
15.
Which of the following is true about the media attribute in the <link> tag when linking CSS stylesheets?
16.
What is the primary disadvantage of using inline styles?
17.
Which of the following HTML tags can be styled using CSS?
18.
In which section of the HTML document should the <link> tag for external CSS files typically be placed?