Which of the following is the correct syntax to link an external style sheet in the HTML file? Mark as favorite Copy Link <link rel=”stylesheet” href=”style.css” /> <link rel=”stylesheet” src=”style.css” /> <style rel=”stylesheet” src=”style.css” /> <style rel=”stylesheet” link=”style.css” /> Check Answer