+ 1
When (on my laptop) I make code, how do I do the CSS apart?
Like a when I code with e.g. Bluefish, I want to have the CSS apart in a new window because I normally have a lot of CSS. Is it possible that when I have my CSS in one window and my HTML in another window that when I save both my webpage still works?
4 ответов
+ 3
Insert This In Your HTML Code:
<link rel='stylesheet' type='text/css' href='Link To CSS File.css'>
+ 1
Thanks
+ 1
Well, you should do the CSS course!