Which of the following is the correct syntax to add the external stylesheet in CSS?
<style src = quiz.css>
<style src = "quiz.css">
<stylesheet> quiz.css </stylesheet>
<link rel="stylesheet" type="quiz/css" href="quiz.css">
This question is part of this quiz :
CSS Quiz | Set-1