Results for html
I'm exploring BeautifulSoup and aiming to retain only specific tags in an HTML file to create a new one. I can successfully achieve this with the foll...
I'm new to JavaScript and learning. I'm trying to create a dropdown of locations, and when selected, the shipping costs will dynamically shown for eac...
I'm diving into the world of CSS animation and attempting to replicate the card shuffling animation seen: https://go.topcreditcardfinder.com/ Here's a...
(sorry for misspelled words) Hi everyone hope you have a nice time. I am using ajax for the first time and trying to add some elements (sent and recei...
I am using a popup lightbox plugin, the plugin generates next/prev buttons but it doesn't put them in a container. I would like to wrap them in a cont...
So I am pretty new to Angular and, currently I am making a clone by using Firebase and all. So, Angular is throwing two error's to me named: Componen...
I have a widget that I have hosted. I am able to successfully call it, and it loads. But When I am trying to pass it params from browser its not loadi...
I am facing a problem with the Grand Total calculation in a dynamic HTML table where rows can be added, removed, and quantities can be adjusted. The i...
Explaining the code first: I'm programming an app in RStudio with Shiny, and I have an observer that makes a lot of loops to find some results in a ve...
I'm trying to solve this example that we were given. ul class="wrapper"> li class="form-row"> label id="label">IDlabel> label id...
I have an image gallery where each image is in the form of vertical columns that have some zooming effects when hovered over it. When clicked on, each...
I have a django project which i'm using to create an inventory management system. I have a html website which shows the product description. It should...
I sent the following html via html with nodemailer: html> div> div>The Archimandritebr />img src="cid:The Archimandrite" />div> div> h...
I'm transforming a table in XML via XSLT to create tabs with cards under each, like an tab accordion with cards for each tab: "1.0" encoding="UTF-8"?>...
We have a list of HTML files under the folder src/html in a react project. Now we need to read the menu items with in the HMTL file and display them u...
I want to pass a parameter to an action link using a class. The action link look like this @Html.ActionLink(pantalla.Descripcion, pantalla.Action, pan...
I am getting data from an API and trying to get the content of a div by the ID ig-tooltip. I am however getting null when trying to print the value. C...
I am trying to extract the table from this website: https://serviciosede.mineco.gob.es/indeco/reports/verSerieGraf.aspx/?codigo=230400&frec=-1 The tab...
I've defined a Next.js (TypeScript/React) as follows: 'use client' import React, { FunctionComponent } from 'react'; import { Uploader } from "uploade...
I'm trying to create a re-usable component on my Blazor Application, that allows another developer to input one colour (for the background), and then ...
This is the Script in my signIn.html {% if messg %} script> aleart("{{messg}}"); script> {% endif %} This is my Django View def postsign(request)...
Thanks to this post, I've been able to create an export button that download file on client side. Now I'm trying to create an html page instead of a p...
I'm trying to place an icon inside an input in html. I have the code below but I can't get the image to show. I know the path to the image is correct ...
I'm working in an apps script that update a daily workflow calendar. I need: to filter a range, that a user can choose from an html sidebar, which is...
HTML : html> html lang="en"> head> meta charset="UTF-8"> meta name="viewport" content="width=device-width, initial-scale=1.0"> link rel="s...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?