Results for html-heading
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...
I have a code to generate new textarea with a text and save it as html paragraphs () in a input, but my code can't save more that one textarea, when I...
I need to copy description of the product from one table to another, everything works fine until the tag appears in the description. I have a script ...
I have HTML string and I want to replace specific class name with another. I want do it using regular expression. I found a way, to replace all string...
I am learning tailwind and i am new in it. When I try to create multiple html files in a folder and try to apply tailwind, it is applying the property...
I am trying to utilize the Preline UI's password toggle component but it is not working, the components looks like this: "use client" import React, { ...
from bs4 import BeautifulSoup import re html_content = """div class='ui very padded vertical segment'> div class='ui basic clearing segment' style='ma...
As can be seen here, there is probably a problem in my css and js code and I cannot find this problem. When I make a call, there is a problem as you c...
I'm trying in js to get a videos current time. I have come up with a rather ugly and not so precise solution, using a setInterval on the play event. B...
I am trying to retrieve the prices from the website https://app.evimdekipsikolog.com/. The prices are within "cards" within the following element clas...
I have two files , "file1.js" and "file2.js". I'm importing functions from "file1.js" to "file2.js". Importing works, but after import, the code insid...
I want to nest tags within other tags in order to enable or disable a download button for a chat bot. However, nesting tags is not allowed. Is ther...
I have a regular input field with input HTML that allows users to enter a time range (minutes and seconds). From 5 seconds to 20 minutes. However, the...
Below I have my HTML code that includes two forms, they are both the same except for the name field that only does what it is intended to do when a fo...
I am unable to access my static html files in spring boot. I tried different configurations but still I get the resource not found error Firstly I tri...
I'm writing a website using React and I've encountered an interesting problem. I have a simple component in which the user can enter text. This compon...
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?