📚 Practice Mode

CSS and HTML Styling Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 15
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