Where to put the css code in notepad++ while coding html5? Does css need separate app like notepad? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where to put the css code in notepad++ while coding html5? Does css need separate app like notepad?

I'm confused right now. I'm learning the course while practicing on notepad++ as it's easier to write code. I'm almost done with html5 and starting CSS. but I don't know where to write css input code on notepad++ along side html5. someone please help. writing code on mobile is tough and time-consuming. thanks in advance to anyone who helps me....

17th Feb 2017, 3:15 PM
Tse Ten
3 Answers
+ 12
<style>css</style> (inside HTML……)
17th Feb 2017, 3:17 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
just open a new file in Notepad++ and write your CSS. Save it in the same directory as your HTML or in a subdirectory. you can then link it in your HTML with <link href="your_css_file.css" rel="stylesheet" type="text/css"> within head.
17th Feb 2017, 3:53 PM
Mario L.
Mario L. - avatar
- 1
nope , css is can be use in that internal .html script or .css script in external there are 3 choices just read the course
17th Feb 2017, 3:17 PM
Ozihax IT
Ozihax IT - avatar