Practical week 5: Javascript Part II
Practical week 5: Javascript Part II
Name it: index.html and place it in the root of your project directory
Name it: style.css and place it in res/css/ directory
Add style.css to index.html by adding this tag to head:
<link rel="stylesheet" href="res/css/style.css">Name it: script.js and place it in res/js/ directory
Add script.css to index.html by adding this tag to bottom of the page before </body>:
<script type="text/javascript" src="res/js/script.js">