CSS and HTML Styling Fundamentals

Casual Mode - Take your time!

1 / 15
Correct
0
Incorrect
0
Score
0%
Multiple Choice
  1. 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. None of the above
Change Mode