So, it needs only one Link to connect css and html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

So, it needs only one Link to connect css and html?

27th Feb 2018, 8:53 AM
Selyankin Fyodor
Selyankin Fyodor - avatar
6 Answers
+ 3
Yup, you only need one link for every external CSS file that you need to use for your HTML.
27th Feb 2018, 9:16 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 1
Yes. This is because the link tag is placed in the head section and therefore you cannot give the link a name.
20th Mar 2018, 1:46 AM
TheShai0623
0
Yes all you need is a css file and an html file, then just link and href the file name
16th Mar 2018, 11:34 AM
TheLuckystar10
TheLuckystar10 - avatar
0
yes you only need to create a CSS file and in your head section of html file link like this <link rel="stylesheet" href="example.css" type="text/css" /> here,example is the name of the css file.
27th Mar 2018, 1:44 AM
tarun pandey
tarun pandey - avatar
0
What is I make a separate css document but put it in the same folder as my html document,would I link it the same way
27th Mar 2018, 1:55 AM
TheLuckystar10
TheLuckystar10 - avatar
0
yes
19th Apr 2018, 7:28 AM
Jeremias Savone
Jeremias Savone - avatar