Hire javascript developer

"HIRE A JAVASCRIPT DEVELOPER

WHO KNOWS..." BLOG

Slide
change
Hire a web developer

"Hire a Javascript developer who knows..." BLOG

Slide
change

How to Connect Javascript to HTML

How to Connect Javascript to html

One of the most important things to keep in mind is that the files created for a web site are to be saved in the same folder.  Also, the extension must be correct.  For example, an HTML file is saved as index.html, CSS file as style.css and Javascript file saved a sript.js

 

The tutorial uses Visual Studio Code as the code editor where the edits are viewed live.  To check that the CSS is connected correctly, a paragraph tag was created to demonstrate a color tag.  These elements will be refferenced in the Javascript file of the document.