Here in soloLearn we can simply run a java html and css file together but in pc how to rull all three program together | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Here in soloLearn we can simply run a java html and css file together but in pc how to rull all three program together

8th Mar 2019, 10:03 AM
Rishav
Rishav - avatar
2 Answers
+ 2
First off all the language you're talking about is Javascript not Java. To use them on a pc you can link the css and javascript files to your html document (using <link> tag for css and <script> tag for javascript). Once you link them and open the html file into your browser they will work togheter.
8th Mar 2019, 10:39 AM
Alexandru Zmau
Alexandru Zmau - avatar
+ 2
//Here is a Lesson that's help you to use css/JavaScript in your web page https://www.sololearn.com/learn/JavaScript/1125/ https://www.sololearn.com/learn/CSS/1079/
8th Mar 2019, 10:51 AM
Sudarshan Rai
Sudarshan Rai - avatar