Which of the following is the correct way to link an external CSS file to an HTML document?
<link rel="stylesheet" href="styles.css">
<style src="styles.css">
<css src="styles.css">
<script src="styles.css">
This question is part of this quiz :
CSS Basics Quiz