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.
<style ref =stylesheet type=text/css href=syb/syb.css/>
D.
<link rel=stylesheet type=css href=syb/syb.css/>