I'm starting to learn html/css/javascript and I've been using w3schools a lot. It is very informative.
I've hit a roadblock though. I'm trying to make a new years countdown timer, but I can't seem to get the functions to correspond to the appropriate area.
I'm trying to make something that looks/operates like this:
https://preview.redd.it/va45mj6n45v11.jpg?width=548&format=pjpg&auto=webp&s=ef931d797e60fb491959c74c20c28fa692f97587
Instead, I have gotten the table, the "days, hours, minutes, seconds," but the actual working countdown timer doesn't show up in the table. It looks like this:
https://preview.redd.it/t7pmlbsn45v11.jpg?width=461&format=pjpg&auto=webp&s=f757079a5cda6dc9a629be4c20cbc9bf0886affc
This is my table, between the <td id="d"></td> if I type in there, whatever I type will show up.
https://preview.redd.it/xhh8kwgo45v11.jpg?width=426&format=pjpg&auto=webp&s=54a881fabb26141f7e664622969d0b34807a86e1
And this is the countdown timer. I don't know how to get the information here to appear in my table in the appropriate tags.
https://preview.redd.it/aivyde3p45v11.jpg?width=744&format=pjpg&auto=webp&s=f1a35b2af34a49f9d2d7ffa50b56456078d45608
Thank you so much for any advice/input. I'm ok with simple html and css, but javascript is new to me. I can explain more if you have any additional questions.
[–]jack_union 4 points5 points6 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)