Answers for "how will you link an external css file"

CSS
7

link css file in html

<link rel="stylesheet" href="styles.css">
Posted by: Guest on May-21-2020
0

link external css

<link href="style.css" rel="stylesheet" type="text/css">
Posted by: Guest on June-16-2021

Code answers related to "how will you link an external css file"

Browse Popular Code Answers by Language