Home » CSS » Css miscellaneous » Question
  1. Which of the following tag can be used to embed a Document-wide styles in a document’s head element?
    1. <style>
    2. <head>
    3. <html>
    4. <script>
    5. None of these
Correct Option: A

Document-wide styles can be embedded in a document’s head element using the <style> tag.



Your comments will be displayed only after manual approval.