Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [html]

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser. Questions regarding HTML should include a minimal reproducible example and some idea of what you're trying to achieve. This tag is rarely used alone and is often paired with CSS and JavaScript.

html
-2 votes
0 answers
14 views

Create custom img collage from uploaded photos [closed]

I wan to build custom image layout, where you upload image and the end result is collage. I dont really know where to start. My idea is to create pre-defined grid, and to each square you can upload ...
Joshep95's user avatar
  • 143
-5 votes
0 answers
24 views

Deploying Ruby on Rails to HTML [closed]

I have thinking about deploying ruby rails to html. Then connect it to apache Cordova then how can I deploy the project to html I tried some deploying ruby gem libs and some of them didn't work for ...
Ermias Endalkachew's user avatar
-1 votes
1 answer
27 views

Password visibility is not showing in chrome and firefox

I am currently developing a C# application and aiming to ensure compatibility across all major web browsers. However, I've encountered an issue specifically with the password visibility icon. This ...
Pam's user avatar
  • 15
0 votes
0 answers
32 views

How to use event.target.closest for navbar html javascript css?

I'm making a navbar. On click of items which has subnav pages, the navigation item/expands or collapses. Here's the HTML/JS/CSS snippet. const navHasChilds = document.getElementsByClassName("...
Divya Bharathi's user avatar
0 votes
0 answers
14 views

Request the user's phone number directly through the Telegram WebApp

I want to request the user's phone number directly through the Telegram WebApp. I created this code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-...
KAATIL SUKRAT's user avatar
0 votes
1 answer
8 views

what is the purpose of this tag <meta name="GENERATOR" content=""/> and how to get this

I am creating my html website. and i need to add this tag. can we add this tag in my html website. can we add this tag in my html website? If yes then what is the complete tag we can add. i made my ...
Umair Ahsan's user avatar
0 votes
2 answers
39 views

Why is flex item not taking up the whole parent height?

My goal is to make a cart. That displays items with it's attributes, name, picture etc. I got the layout as I desired. However the cart-product-quantity won't take up the whole height. I could set ...
user16731988's user avatar
0 votes
1 answer
38 views

Inserting unique attribute to HML tag element in loop

I have a supersite that uses all kinds of js, including backbone.js and underscore.js. On one of my pages, I have the piece of code below: <#loop:main_tlds_price_add#> <tr> <td ...
adeguk Loggcity's user avatar
0 votes
0 answers
34 views

How to make curves on the sides at the bottom of a section [duplicate]

On different sections I have curves at the bottom like the ones in the picture. The picture now shows a section of the main banner. border-radius makes the rounding too steep, I need it more smoothly. ...
userName's user avatar
  • 915
1 vote
1 answer
28 views

Replace img tag with in-line SVG with BeautifulSoup

I have an HTML file produced by pandoc, where SVG illustrations have been embedded. The SVG content is encoded in base64 and included in the src attribute of img elements. It looks like this: <...
mrgou's user avatar
  • 2,144
0 votes
0 answers
6 views

How to combine skip content behavior with displaying accordion collapsed?

I've an accordion by bootstrap in content and an anchor tag in a summary. I want skip content when I click on item of summary, it was the current behavior. But I would also like to set bootstrap ...
Yvialga's user avatar
  • 35
0 votes
0 answers
16 views

ERROR: root: Error fetching patient details: PatientView.html

I'm trying to create a simple webpage using Flask. I have written code to fetch data from a MySQL database, but the code is not working, and I keep getting the error: Error: root: Error fetching ...
Krish Khadka's user avatar
-1 votes
0 answers
9 views

AMR audio type file is not playing [duplicate]

<audio controls> Your browser does not support the audio element. I have tested it from the local amr audio file with proper src location loaded in browser but when i hit play button ...
mani ravi's user avatar
0 votes
0 answers
17 views

Image as background of data labels i.e as background color in chart.js [closed]

Is there any way to add image as background color i.e different image for background of each data label. If there is please let me know. I tried doing it by putting images in an array and equating it ...
dawood zulfiqar's user avatar
0 votes
0 answers
12 views

Spring-web / Jakarta-servlet: detect input-change in 'when' function

In my .jsp-file, I have a text-field and a button. Both elements are part of a table. The table is filled through a forEach loop, which iterates over a List<WordDto> from the java-controller. ...
Fi0x's user avatar
  • 144

15 30 50 per page
1 2
3
4 5
8