Multiple choice technology web technology

What is the correct HTML for referring to an external style sheet?

  1. <stylesheet>mystyle.css</stylesheet>

  2. <link rel="stylesheet" type="text/css" href="mystyle.css">

  3. <style src="mystyle.css">

  4. <style link="mystyle.css">

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The correct HTML for referring to an external style sheet is . The other options use incorrect syntax - and tags don't work this way for external stylesheets.