How Can i insert a CSS Code File to a HTML Code File? Please tell me in details | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How Can i insert a CSS Code File to a HTML Code File? Please tell me in details

23rd Aug 2016, 7:12 AM
RaaZ
RaaZ - avatar
3 Answers
+ 3
<link href="link" rel="stylesheet" type="text/css"> in the head section
30th Aug 2016, 10:28 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 2
declare in the head section of your html a link tag <link type="text/css" rel="stylesheet" href="(place here the folder when you got your css file, something like: css/stylesheet.css)" />
24th Aug 2016, 3:51 AM
Fabricio Bertani
Fabricio Bertani - avatar
0
okay , thanks buddy's for your answer! It's really helpful for me!
7th Sep 2016, 6:53 AM
RaaZ
RaaZ - avatar