+ 2
what link use to link css spread sheet to html ?
8 Respuestas
+ 2
<link href="location.css" rel="stylesheet" type="text/css">
+ 1
thanks bro.....
+ 1
Reply for me to bro
0
use in the same way you typed?
0
yep
0
just the location should be the real one
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.
0
blueelmo i think the way you're telling it looks easy to do