+ 2
This question may sound stupid to some people. But im using notepad for my html. how can i link css to the text codes im writing
css
6 Respuestas
+ 5
When saving, make sure that you put .html at the end of it. Hope this info's useful 😃 😃 😃 🐱
+ 5
You're welcome.
+ 4
You can embed it in to the html file with <style> tags, or you can get it from an outside source with
<link rel="stylesheet" href="pathToSource.css">
+ 3
If you're making an independant Cascade-Styling Sheet file, that's not embedded to the HTML file, use .css suffix.
0
Why didn't I think of that? lol. thanks. what's about beginning a CSS file...I guess I'd have to use notepad too but save it in .CSS?
0
thanks sure