Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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) <head>
b) <style>
c) <script>
d) @import

Answer: d
Explanation: 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. <style> & <script> tag conatins CSS and Javascript content respectively. The metadata content is present in <head> tag.

Join The Discussion