CIW Exam Questions

Which line of code uses the correct syntax to apply an external CSS style sheet to HTML documents?

Which line of code uses the correct syntax to apply an external CSS style sheet to HTML
documents?

A.
<style ref=“stylesheet” type=“css” href=“syb/syb.css”/>

B.
<link rel=“stylesheet” type=“text/css” href=“syb/syb .css”/>

C.
<link rel=stylesheet type=css href=syb/syb.css/>

D.
<style ref =stylesheet type=text/css href=syb/syb.css/>