What is the correct HTML tag to add external stylesheet?

Question 1 out of 20

  • <link href="style.css" rel="stylesheet" />
  • <link src="style.css" rel="stylesheet" />
  • <style src="style.css" />
  • <link rel="stylesheet" />style.css</link>