+ 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?
5 Respuestas
+ 7
for CSS
<link href=path/to/file.css type=text/css rel=stylesheets>
for JS
<script src=path/to/file.js></script>
+ 2
This thread will help you
https://www.sololearn.com/discuss/580792/?ref=app
+ 1
@Adi Pratama-Universitas Brawijaya Thanks a lot!
0
@JFS Animion That was very helpful, thank you!
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.