|
@ -15,8 +15,6 @@ |
|
|
<!-- here is an example of how to link to a stylesheet --> |
|
|
<!-- here is an example of how to link to a stylesheet --> |
|
|
<link rel='stylesheet' href='CSS/my-style.css'/> |
|
|
<link rel='stylesheet' href='CSS/my-style.css'/> |
|
|
|
|
|
|
|
|
<!-- here is an example of how to link to a script --> |
|
|
|
|
|
<script src="JS/script.js"></script> |
|
|
|
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
<body> |
|
|
<body> |
|
@ -38,6 +36,10 @@ |
|
|
|
|
|
|
|
|
<!-- Scripts --> |
|
|
<!-- Scripts --> |
|
|
|
|
|
|
|
|
|
|
|
<!-- here is an example of how to link to a script --> |
|
|
|
|
|
<script src="JS/script.js"></script> |
|
|
|
|
|
|
|
|
|
|
|
<!-- here is an example of a script --> |
|
|
<script type="text/javascript"> |
|
|
<script type="text/javascript"> |
|
|
alert('Hello, world!') |
|
|
alert('Hello, world!') |
|
|
</script> |
|
|
</script> |
|
|