-
October 31st, 2024, 12:34 PM
#1
Js script not running
I am creating a basic page in w3spaces and while I've finished editing the html and css part, I'd like to add a few scripts in it. I tried to add this script (https://www.w3schools.com/howto/howto_js_countdown.asp), which is a countdown timer to my own page but it seems like it doesn't run. Initially I used the code provided
HTML Code:
<p id="demo"></p>
and nothing happened. I also tried other things such as
HTML Code:
<span id="demo" class="demo></span>
and
HTML Code:
<script src="./countdown.js"></script>
but neither worked. Do you have any suggestion please as I am not very experienced.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|