Multiple choice technology programming languages What is a correct way of referring to a stylesheet called "mystyle.xsl" ? <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?> <stylesheet type="text/xsl" href="mystyle.xsl" /> <link type="text/xsl" href="mystyle.xsl" /> None of these Reveal answer Fill a bubble to check yourself C Correct answer