📚 Practice Mode
CSS and HTML Styling Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
- 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">
- None of the above