+ 2
[SOLVED] How to connect between css ,js and html file
web programming
2 ответов
+ 41
<head>
<title> </title>
<link rel="stylesheet" href="put here css file source/name.css">
<script src="put here js file source/name.js"></script>
</head>
https://www.sololearn.com/learn/CSS/1079/
https://www.sololearn.com/learn/JavaScript/1125/
+ 1
thank you Elizabeth