Web technologies Questions | CSS Quiz | Set-1 | Question 2

Last Updated :
Discuss
Comments

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">

Share your thoughts in the comments