I need to plot a simple line chart using the chart.js library from CSV data, which is in the following format: data.csv "year","rate" 1952-53,3.00% 1953-54,3.00
I have this code below that allows the text to fade in nicely. However, as you can see when I run it below, it doesn't show the entire text specified in the h1.
All tutorials with adding svg to a component in AngularCli that I found recommend to insert it in html template, something like this: <div> <svg vi
please help me to take input with fiber golang framework <form action="/" method="POST" novalidate> <div> <p><label>Your ema
I try to use CSS, im just install the tailwindcss with npm, and then i build the css and provide the output.css. But, when i use the bg-black class in button fo
I'm a newbie in html & css. I'm trying to code the output in this image https://i.stack.imgur.com/Qy7Sd.png The only problem here is that when I add the bri
Is there a way to collapse/expand all accordions with a button click? I tried it with a simple button that removeClass active and addClass active but it did not
For some reason my favicon is not working. I have the favicon saved as favicon.ico in the /public directory and am referencing it in the <Head> of my pag
I have a table with bit complicated structure as it has has colspan with multiple headers. I need to fix my table first two column and rest should be scrollable
I have a portfolio website written using Vue and Laravel that renders out project thumbnails with v-for. This works completely fine on every browser apart from
I'm currently fiddling with a website, and I wanted to animate a button's background color on hover. Unfortunately, the button will always start as white (brows
I am beginner and I don't know why my external studentinformation.css file is not loading when I run my Signup.html on tomcat 3.2 or above but loads when I righ
html code <button onclick="openModal()">Click</button> <div id="my-modal" class="modal"> <span class="closed" onclick="closeModa
I'm trying to pass a response from JsonResponse as a parameter of specific function in views. But, got the following error instead django.template.exceptions.Te
I have a dropdown and a button, how would I go on about making the dropdown the same size as the button? :root { --navbarbgc: rgb(83, 79, 79); --drop
I want to disable the submit button after the user clicks on the submit button in the HTML form. But form redirects directly to the next page without disabling
I'm trying to make a slider for my website, but the slider I created is not rendering. I attempted to write only the slider's markup, which worked, however, it
I'm trying to pass a response from JsonResponse as a parameter of specific function in views. But, got the following error instead django.template.exceptions.Te
When i use css column-count i get the following focus issue: Part of the outline is shown in the previous column (see image) code example: ul { list-styl
I'm trying to open a new window of my PWA application inside of it. But when I click on the anchor a new chrome tab is open. Anyone can help me to open two ins