Basic Css - Study Mode
[#81] Which of the following tag is used to embed css in html page?
Correct Answer
(B) <style>
[#82] Inline style has the lowest priority
Correct Answer
(B) False
[#83] Which of the following tag is used to linked information should be placed inside?
Correct Answer
(A) <head>
[#84] 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.
Correct Answer
(D) @import
[#85] Which of the following element is used for linking a External Files to the html page?
Correct Answer
(C) <link>