I want to update kwota brutto, wartosc netto and wartosc brutto based off of ilosc kwota netto and vat but it doesn't seem to work. I literally have no clue wha
I want to type words side by side.When I type words, they come one after the other. Here's my problem: problem I want to write this words side by side.Thanks fo
so this is my 1st project. and i could appreciate help with this. I tried everything but i dont know what i am doing wrong, i will be so thankful if someone kno
The following script creates new input fields up to 4. I need to know how can I increase the ID also as follows.. with first click, "var fieldHTML" generate : &
I have this good family tree but the problem is that the page is funcy like everything is on top of each other how can I fix it (it's better to try it in a cod
My users can't copy the phone number from their phone book(mobile phone/clipboard) straight into the html textbox. They usually fix this issue by copying the nu
I want the html to open when the password is right and I have tried .js, document.write, .html, href, div, document.getElementById and nothing is working when i
I'm trying to work with the PlayFab JS API to set up a leaderboard in my game, and once I retrieve the leaderboard I can not figure out how to parse the returne
My data is structured like so [1]: https://i.stack.imgur.com/dWsr3.png I am trying to loop through the database and put the data from each card into props for m
I am currently working on a next.js app, which contains a connect wallet button found to the right of the navbar, with the navigation links to the left of the n
Im trying to make a simple hover effect, but when i hover on the div, the ::AFTER background color covers the text but I want the text to come on top of everyth
I have a simple webpage with a <video> tag. I tried assigning the src attribute of the video tag with URLs of two different videos, both about 2 and a hal
Not sure if there is something I am doing wrong, or does AG Grid break some HTML5 attributes? I am using a cellRenderer in two columns and one I am using a stan
new to web development and came across this error message while trying to build for production in the terminal. Tried entering: parcel build index.html Error me
I am getting an error in my old HTML form onsubmit return statement. It was working perfectly fine before but recently the same statement is showing an error. I
I want a header with an image attached to the left and a div with some text inside, to the right of this image. The div must contain horizontally and vertically
I want to show some cards on scroll and for that purpose I chose to use an intersection observer. But I ended up with: Uncaught TypeError: Failed to execute 'o
Whenever I hover over an element and data-content shows on hover, if I scroll fast or quickly, the content gets stuck on page even if I scroll. enter image desc
I am new to HTML CSS, can anyone tell me what am I doing wrong? * { box-sizing: border-box; margin: 0; padding: 0; } :root { --pink: #ff6161; --w
I have an array of my clients' pending requests that I iterate through, creating a div with relevant information for each pending request. Within each div, ther