Can i access to all JavaScript and CSS using note pad on my computer ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Can i access to all JavaScript and CSS using note pad on my computer ?

hello everybody. I am using Windows and wanted to know if I can use each and every thing of JavaScript and CSS on my computer. can I do it when I am offline by just using note pad or do I need to download some stuff from internet? I am learning Python and to do so I first need to download it to my PC. is it same with HTML , JavaScript and CSS?

5th Apr 2017, 10:21 AM
Code Ninja
Code Ninja - avatar
8 Answers
+ 8
No, HTML JS and CSS doesn't need anything to download but if you are using some library (like Jquery for JS OR boostrap for CSS) you have to reference them
5th Apr 2017, 10:25 AM
Nikhil
Nikhil - avatar
+ 10
notepad is enough. just right click your file then open with notepad. if you save it, make sure it has right extension. HTML is .html CSS is .css Javascript is .js however using notepad++ is recomended.
5th Apr 2017, 10:27 AM
Agus Mei
Agus Mei - avatar
+ 5
what should be the extension if i want to make a webpage by using JS CSS and HTML combined?
7th Apr 2017, 7:07 PM
Code Ninja
Code Ninja - avatar
+ 4
You need just a browser for JavaScript and CSS, html. Also, if you need fast and pain less coding download some good code editor like atom, sublime. I use sublime, anyway
5th Apr 2017, 10:23 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 3
need browser for javascript, CSS and html when we are writing in notepad and they should we saved with respective extensions live javascript with .js CSS with .css and HTML with .html
5th Apr 2017, 10:36 AM
Champs
+ 3
make .html extension to html file and .css to css file and .js to JavaScript document and include .js and .css files externally to .html file
15th Apr 2017, 5:08 AM
Greninja
Greninja - avatar
+ 2
no you don't have to even you can see your work when you open the browser
1st May 2017, 9:28 AM
YAZAN AHMED
YAZAN AHMED - avatar
+ 1
atom/notepad++/sublimetext
11th Apr 2017, 5:57 AM
neil
neil - avatar