+ 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?
8 Antworten
+ 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
+ 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.
+ 5
what should be the extension if i want to make a webpage by using JS CSS and HTML combined?
+ 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
+ 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
+ 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
+ 2
no you don't have to even you can see your work when you open the browser
+ 1
atom/notepad++/sublimetext