Css and javascript in Notepad | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Css and javascript in Notepad

i used notepad in making my web, where should i put my CSS code in notepad after my html and also the javascript can i use notepad? pls help me.

11th Apr 2017, 12:04 AM
Francis Ian Paredes
Francis Ian Paredes - avatar
1 Answer
+ 5
type <script> this will contain script </script> and <style> this can contain css </style> Or, you can load it from a css/js file. Here's css: https://www.w3schools.com/css/css_howto.asp
11th Apr 2017, 12:37 AM
Rrestoring faith
Rrestoring faith - avatar