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?
8/28/2019 5:47:22 AM
Andrew Johnson
4 Answers
New AnswerAndrew Johnson I think the second link I attached shows how you link an external stylesheet to the HTML document.
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
It has nothing to do with text editors, you probably still don't know how to include css and js in your html code
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")?