+ 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?
4 odpowiedzi
+ 4
Andrew Johnson I think the second link I attached shows how you link an external stylesheet to the HTML document.
+ 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
+ 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
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")?