1.
What is the primary purpose of using the <link> tag to link CSS stylesheets in HTML?
2.
Which attribute is used in the <link> tag to specify the location of the external CSS file?
3.
How do inline styles differ from external stylesheets linked using the <link> tag?
4.
What is the purpose of the rel attribute in the <link> tag when linking CSS stylesheets?
5.
Which of the following is true about linking multiple CSS files using multiple tags?
6.
When should inline styles be preferred over external stylesheets?
7.
Which of the following is an advantage of using external CSS files over inline styles?
8.
In HTML, which tag is used to define inline styles directly within the HTML document?
9.
Which attribute in the <style> tag is used to specify the type of stylesheet being used?
10.
Which of the following statements is true regarding the order of precedence in CSS styling?