In web designing where can i paste the css code without the output showing the code for the css language on notepad | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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

17th May 2020, 2:51 PM
Ranger
3 ответов
0
Write it as comment
17th May 2020, 2:52 PM
Jaganeeshwar S
Jaganeeshwar S - avatar
0
in between opening and closing head tag place css code inside style tag
17th May 2020, 2:53 PM
Abhay
Abhay - avatar
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">
17th May 2020, 3:14 PM
Ore
Ore - avatar