Category "html"

Plot a Line chart using Chart.js with CSV Data

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

changing the width of h1

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.

How do I import svg from file to a component in angular 5?

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

how can I validate and process html form (taking in inpute from the ui login interface) using fiber framework golang programming language

please help me to take input with fiber golang framework <form action="/" method="POST" novalidate> <div> <p><label>Your ema

Tailwind class is not working after installed

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

how to apply background outside of text

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

Bootstrap collapse all accordions on button click

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

Why is my favicon not working in my next js app?

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

Freeze table first two column

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

Vue.js rendering issues with safari

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

CSS transitions always start at user agent style sheet

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

why my external css file not loading with html file on my tomcat server

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

When I scroll a modal in mobile, an extra white space appears on the bottom of the page

html code <button onclick="openModal()">Click</button> <div id="my-modal" class="modal"> <span class="closed" onclick="closeModa

Django: Could not parse the remainder

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

How can i make the dropdown the same size as button (width)

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

disable button not working in jquery and ajax

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

Problem with my slider, it does not appear

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

Django: Could not parse the remainder

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

html link focus and hover states does not work properly with css column-count in chrome

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

How to open a new PWA window from inside the PWA?

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