0

javascript

Do you have to download HTML to work with javascript?

27th Sep 2017, 4:49 AM
Isabel Hohmann
Isabel Hohmann - avatar
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.
27th Sep 2017, 4:52 AM
Maz
Maz - avatar
+ 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
28th Sep 2017, 4:34 AM
Maz
Maz - avatar
+ 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.
27th Sep 2017, 11:06 PM
Microhacker
Microhacker - avatar
+ 1
@Maz how do you add css to a html code? and is javascript used like this: <script>'code'</script>
28th Sep 2017, 12:37 AM
Jason Wade
Jason Wade - avatar
0
Ok and how am I able to use JavaScript on a computer or is that never going to work?
27th Sep 2017, 2:32 PM
Isabel Hohmann
Isabel Hohmann - avatar
0
please maz do you have any code to create online editor (javascript, css, html)
28th Sep 2017, 4:07 AM
Philips Oluseyi