0

How can HTML be linked to CSS and JavaScript when coding

Html

27th Jan 2020, 4:30 PM
Vinyl Davyl
Vinyl Davyl - avatar
2 odpowiedzi
+ 1
For adding a css file: <link rel="stylesheet" type="text/css" href="filelocation"> For adding a script file: <script src="filelocation"></script>
27th Jan 2020, 4:46 PM
coddy
coddy - avatar
- 1
If the files are in the same folder as the HTML then their names suffice as sources in the HTML file etc.
27th Jan 2020, 4:52 PM
JaScript
JaScript - avatar