- 1
How to link css file to html
6 ответов
+ 4
<link rel="stylesheet" href="styles.css">
you can include it in head, and instead of styles you can use your file name.
+ 1
On your html file we need to type on your head tag
<head>
<link rel="stylesheet" href="css_file_name.css">
</head>
+ 1
From CSS tutorial
https://www.sololearn.com/learn/CSS/1079/?ref=app
+ 1
<link type=”text/css” rel="stylesheet" href="styles.css">
we can link more than one stylesheet
link tag should be in head section
+ 1
Thnx for everyone
0
Glad that you got it, Ashish Pal
There is one feature called " mark as best " if you got satisfied with any answer then you can mark is as best! So that other can also find it without any difficulty
I am suggesting you because you seems new to discussion section.
Regards!!