Question:While rendering your HTML 5.0 web page, which of the following <link> element files will get skipped by a compliant user agent if you include the link elements shown below in your document? <link rel=”stylesheet” href=”A” type=”text/plain”> <link rel=”stylesheet” href=”B” type=”text/css”>
A A link element whose href is “B”
B A link element whose href is “A”
C None of the above
+ AnswerB
+ Report