CSS Multiple Choice Questions & Answers on Style Inclusion Methods for Freshers

https://www.computersprofessor.com/2017/11/css-multiple-choice-questions-answers_25.html
1. Which of the following tag is used to linked information should be placed inside?
a) <head> b) <html> c) <div> d) <body>
Answer: a
2. Which of the following tag can be used to embed a Document-wide styles in a document’s head element?
a) <head> b) <style> c) <script> d) <html>
Answer: b
Explanation:
Document-wide styles can be embedded in a document’s head element using the <style>tag.
3. The ________________ directive allows style sheets to be grouped and joined together, though some might wonder what the value of this function is given what linked styles provide.
a) >