How can I practice implementing CSS and JS in an HTML page on Windows PC? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I practice implementing CSS and JS in an HTML page on Windows PC?

I want to practice my JS and CSS on the computer and link them to my custom .html document. How would I go about doing this?

5th Aug 2017, 6:57 PM
Dean Carter
Dean Carter - avatar
5 Answers
+ 7
for CSS <link href=path/to/file.css type=text/css rel=stylesheets> for JS <script src=path/to/file.js></script>
5th Aug 2017, 7:09 PM
Amethyst Animion
Amethyst Animion - avatar
5th Aug 2017, 7:15 PM
Manual
Manual - avatar
+ 1
@Adi Pratama-Universitas Brawijaya Thanks a lot!
5th Aug 2017, 7:06 PM
Dean Carter
Dean Carter - avatar
0
@JFS Animion That was very helpful, thank you!
5th Aug 2017, 7:16 PM
Dean Carter
Dean Carter - avatar
0
@Manual I will take a look at it, thanks. I noticed it's for Visual Studio though. I thought more along the lines of Notepad++. Visual Studio is always much better though, just it is a sizeable download.
5th Aug 2017, 7:20 PM
Dean Carter
Dean Carter - avatar