+ 2
How can I link a css file to html file??
How should I give a value to rel attribute in link tag to attach and link a css file????
7 Answers
+ 1
My problem is that what stylesheet is???
+ 1
And the value of rel is always "stylesheet"???
+ 1
For most websites, yes. You can do some more advanced things with it but you should rarely need to. Masoud
0
<link rel="stylesheet"href="styles.css">
Use this you can also add type =text/css
0
You can get more information about "rel" and its value which is "stylesheet" in our case in the link below
https://www.sitepoint.com/rel-html-attribute/
- 1
A stylesheet is a code file that gives a website colors/designs/etc