Page 1 of 1

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

Posted: Sat Jul 23, 2022 7:29 pm
by answerhappygod
Which line of code uses the correct syntax to apply an external CSS style sheet to HTML documents?

A. <link rel=stylesheet type=css href=syb/syb.css/>
B. <style ref =stylesheet type=text/css href=syb/syb.css/>
C. <style ref="stylesheet" type="css" href="syb/syb.css"/>
D. <link rel="stylesheet" type="text/css" href="syb/syb .css"/>