CSS | Introduction | 7

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments