Skip to content

Tag: html

How do I add multiple tables without writing them 1 by 1

I try to find small real life problems and attempt to write code to make my life easier, one of them being a search-table simple program that sorts data based on user input. And my question is, is there a more efficient way to import data rather than having to write. like 1000 times? I would appreciate guidan…

How to do this article scroll animation?

Hi I am trying to do scrolling article animation from bottom to top like in this site link. Help me please. There is my code: (Idk how to do this) I am forgot to show my code I am tried position: fixed use JavaScript with marginTop but don’t worked Answer Check the same effect Click here to view on Code…

Javascript and HTML defer tag not working

The Javascript function below works perfectly when at the bottom of html file. However, I need it in main.js file. It has been suggested that adding the defer tag to the script tag will enable this but unfortunately not. It prints the first console.log but then stops. Any suggestions? Answer There are two met…

Bug using keyframes on bootstrap progress bar

I’m trying to animate a Bootstrap 5 progress bar when my page loads. This seems to work, but on the other hand it overrides the basic bootstrap animation. https://codepen.io/Gwentey/pen/gOeQVGZ Here is a snippet to view the problem I am having. When you load the page, the progress bar goes from 0% to 20…