Multiple choice technology programming languages

What is a correct way of referring to a stylesheet called "mystyle.xsl" ?

  1. <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?>

  2. <stylesheet type="text/xsl" href="mystyle.xsl" />

  3. <link type="text/xsl" href="mystyle.xsl" />

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer