what link use to link css spread sheet to html ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what link use to link css spread sheet to html ?

18th Dec 2016, 7:09 PM
bilal shoukat
bilal shoukat - avatar
8 Answers
+ 2
<link href="location.css" rel="stylesheet" type="text/css">
18th Dec 2016, 7:33 PM
Kamil
Kamil - avatar
+ 1
thanks bro.....
18th Dec 2016, 7:41 PM
bilal shoukat
bilal shoukat - avatar
+ 1
Reply for me to bro
19th Dec 2016, 10:07 AM
Bilal Ahmad Lone
Bilal Ahmad Lone - avatar
0
use in the same way you typed?
18th Dec 2016, 7:38 PM
bilal shoukat
bilal shoukat - avatar
0
yep
18th Dec 2016, 7:39 PM
Kamil
Kamil - avatar
0
just the location should be the real one
18th Dec 2016, 7:39 PM
Kamil
Kamil - avatar
0
To link external CSS to HTML, you place the following code in the head of the HTML:. <link rel="stylesheet"type="text/css"href="name.css"> Where "name.css" is the name given to your css file.
18th Dec 2016, 7:49 PM
blueelmo
0
blueelmo i think the way you're telling it looks easy to do
19th Dec 2016, 12:11 PM
bilal shoukat
bilal shoukat - avatar