0
How to connect css file
Ans
7 Réponses
+ 5
Razu Ahmed
Complete CSS course to get answer
https://www.sololearn.com/Course/CSS/?ref=app
+ 3
Razu Ahmed
Already given in CSS course.
See lesson 2.1
+ 1
Please add CSS and HTML in your post tags
https://code.sololearn.com/W3uiji9X28C1/?ref=app
0
No I mean how to connect HTML with css file
0
<link ref="stylesheet" href="path/filename.css">
0
Hi Razu Ahmed were the answers provided helpful?
0
Use following code in <head> tags.
When css file and html file in same directory.
<link ref="stylesheet" href="flilename.css">
When css file and html file in different directories.
<link ref="stylesheet" href="directory/flilename.css">