Home » CSS » Css miscellaneous » Question
  1. 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.
    1. @import
    2. <head>
    3. <style>
    4. <script>
    5. None of these
Correct Option: A

Within embedded <style> blocks, properties can be imported from an external file and expanded in place, similar to a macro. Importing can be used to include multiple style sheets. An imported style is defined within a <style> tag using @import followed optionally by a type value and a URL for the style sheet.



Your comments will be displayed only after manual approval.