JS, HTML, CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

JS, HTML, CSS

I am using the software for Debian Linux and I am trying a new text editor, but I can't seem to figure out how to incorporate all 3 parts of the web page (JavaScript, HTML, and CSS) What do I do to use all three at the same time?

28th Aug 2019, 5:47 AM
Andrew Johnson
Andrew Johnson - avatar
4 Answers
+ 4
Andrew Johnson I think the second link I attached shows how you link an external stylesheet to the HTML document.
28th Aug 2019, 11:44 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
JS and CSS files can be edited separately using the same text editor, and linked to the HTML document based on some declarations in the HTML document. https://www.sololearn.com/Discuss/1409415/?ref=app https://www.sololearn.com/Discuss/238149/?ref=app
28th Aug 2019, 6:23 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
It has nothing to do with text editors, you probably still don't know how to include css and js in your html code
28th Aug 2019, 5:48 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
So if I use script tags in my html document, i can place JavaScript in it? But is there a way to add css in the html document that isnt the inline property (style="example")?
28th Aug 2019, 11:32 AM
Andrew Johnson
Andrew Johnson - avatar