Multiple choice technology web technology What is the correct HTML for referring to an external style sheet? <stylesheet>mystyle.css</stylesheet> <link rel="stylesheet" type="text/css" href="mystyle.css"> <style src="mystyle.css"> <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.