0
javascript
Do you have to download HTML to work with javascript?
6 Answers
+ 21
There's nothing to download, HTML is not a software, you need of a browser and a text editor, same for CSS and Javascript.
+ 13
@Jason you can use the <style> tag, the "style" attribute or even better link your CSS file by using the <link rel="stylesheet" href="yourfile.css" /> and write CSS in "yourfile.css"
@Philips to create an online editor...? this one (by @Nikky Amresh) and much more on the Sololearn CodePlayground, try to search something about: https://code.sololearn.com/WOF1OkXGeIs0/?ref=app
+ 1
You need a browser (i.e. Firefox, Chrome, Internet Explorer) and a text editor (i.e. Notepad, Notepad++, gedit). Most computers have both of these on them already installed. You can use your text editor to write javascript in an html file and open the file in your browser. Or browsers like Firefox and Chrome (Maybe Internet Explorer) let you write javascript by opening the console by pressing F12.
+ 1
@Maz how do you add css to a html code? and is javascript used like this: <script>'code'</script>
0
Ok and how am I able to use JavaScript on a computer or is that never going to work?
0
please maz do you have any code to create online editor (javascript, css, html)