How to entegration HTML-CSS-JS ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to entegration HTML-CSS-JS ?

Please help...

25th Aug 2018, 2:09 AM
Kardinal Fyodor
Kardinal Fyodor - avatar
3 Answers
0
There are a few ways of doing this, which are covered in the HTML, CSS, and JavaScript course (so I encourage you to not only start those, but finish them as well). For tiny projects, you can use internal CSS and JavaScript from within the HTML file by using the style tags and script tags respectively. For just about every other kind of project, you will want to use separate files for each. The Code Playground links these files for you automatically when you start a Web project. If you were to practice on your desktop or laptop, you will want to set up your files like this: https://code.sololearn.com/W326FKwAKXtN/?ref=app Finally, you can use inline styles and inline scripts in the HTML file, but I usually only resort to that when I'm desperately trying to figure out which layer I erred on and I want to make sure that my intended end result is possible. Otherwise, it's generally not recommended. Hope this helps!
25th Aug 2018, 7:40 AM
Janningā­
Janningā­ - avatar
0
Janningā­ Thank Bro :)
25th Aug 2018, 10:24 AM
Kardinal Fyodor
Kardinal Fyodor - avatar
0
Happy to help. :)
25th Aug 2018, 10:25 AM
Janningā­
Janningā­ - avatar