+ 1
In web designing where can i paste the css code without the output showing the code for the css language on notepad
CSS help
3 Answers
0
Write it as comment
0
in between opening and closing head tag place css code inside style tag
0
Place the css in a seperate file in the same folder as your html file.
Let's say you saved it as global.css, In between your head tags write
<link rel="stylesheet" href="global.css">