+ 1
Can you store all your CSS coding in a separate link?
3 Answers
+ 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">
+ 2
That's the beauty of CSS! All styles and design can be done in one file and then link to the HTML once.
0
yes that's why we call it external