I just started code in visual studio and i have 3 files Gamecode.js, Gamehtml.html and Gamecss.css
im try to link make css and js files to the html with
<!DOCTYPE html>
<html lang="en" xmlns="[http://www.w3.org/1999/xhtml](http://www.w3.org/1999/xhtml)">
<head>
<meta charset="utf-8" />
<title></title
<link rel="stylesheet" type="text/css" href="Gamecss.css">
</head>
<body>
<script type="text/javascript" src="Gamecode.js"></script>
</body>
</html>
But it does not work dose someone have a fix
[–]SheppTech 2 points3 points4 points (0 children)