+ 1

Can you store all your CSS coding in a separate link?

24th Jul 2016, 3:31 AM
Margaret Gorham
Margaret Gorham - avatar
3 Respuestas
+ 3
Yes, you can put all your style in a separate file and save it as 'style.css' for example. Then put this code inside the <head> section: <link rel="stylesheet" href="style.css">
24th Jul 2016, 10:21 AM
ZinC
ZinC - avatar
+ 2
That's the beauty of CSS! All styles and design can be done in one file and then link to the HTML once.
25th Jul 2016, 2:19 AM
Genesis
0
yes that's why we call it external
14th Nov 2016, 12:13 AM
Nwanze Collins
Nwanze Collins - avatar