1.

Which of the following is the correct syntax for referring the external style sheet?

A. <style src = example.css>
B. <style src = "example.css" >
C. <stylesheet> example.css </stylesheet>
D. <link rel="stylesheet" type="text/css" href="example.css">
Answer» C. <stylesheet> example.css </stylesheet>


Discussion

No Comment Found