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.

0 votes
0 answers
7 views

HTTPS link in HTML Form being converted to HTTP with 443 port on load inside Iframe

Good afternoon everyone. I am working to embed reports in our application with the report service provider of Domo. I have created the following component. import React from 'react'; const ...
David S's user avatar
  • 21
0 votes
0 answers
9 views

How to make the anchor size of an image the correct size?

I'm editing my media view of my website and my problem is that I have a menu of 3 images, but because they are very close to each other when I click one of the images the anchor link kinda messes up. ...
Alexandros Zlatos's user avatar
-1 votes
1 answer
15 views

How to test a local nodejs server from another local web project

I had a nodejs server and I used web pages to test the API locally. But I've now separated the nodejs project and the web pages because it was too cumbersome. Typescript was having trouble running in ...
1.21 gigawatts's user avatar
0 votes
2 answers
21 views

How can I flip the even green boxes with the odd orange boxes?

I was building a website layout with a mobile-first approach and then using media query for laptop width: 1024px size. The design has 11 items and follows a flex that wraps. All the items are numbered ...
JavaBongo's user avatar
0 votes
1 answer
5 views

I noticed some irregularities when working with Tailwind's grid layout classes. What am I doing wrong?

While working on a layout system with different column grids I noticed that the gaps between the cols are somehow not exactly in line when working with fractions (fr). I also tried using percentages, ...
rotolog's user avatar
0 votes
0 answers
22 views

how can i solve this overflow problem on cols?

I gave 70vh height to cols. It brokes on 3. col because of it has inside cols, it cant calculate right way to fit in. Example, I have tag on col:nth-child(3) col:nth-child(1) but it hides. you can ...
Yaren Yıldırım's user avatar
0 votes
0 answers
17 views

Identify problem in the post request in html

I am working on a Flask application that manages therapy sessions for children. Each session can have multiple goals, and I recently updated my models and form handling. However, I'm encountering a ...
ayal khier's user avatar
0 votes
0 answers
19 views

How to make the clickable area of an anchor link image the correct size? [closed]

I have dropdown menu of 3 images. I am working on the media view so the images are very close to each other. What I want is to decrease, or if there is a way to make the clickable area exactly the ...
Alexandros Zlatos's user avatar
0 votes
0 answers
11 views

Border bleed on a button with slide animation

Problem I am trying to create a button with a sliding animation. The button has a border-radius and uses pseudo-elements to achieve the effect. Here is the markup: <div role="button" ...
Danish Shakeel's user avatar
-1 votes
1 answer
19 views

Responsive layout using Tailwind CSS

I have Figma design for mobile application and for desktop application for my web page. I don't know how to apply both mobile and desktop versions on my code so when I open the app in my phone only ...
Daniel's user avatar
  • 1
2 votes
1 answer
34 views

Is there a way to activate the printing header and footer using JS or CSS?

I've heard about @page in CSS, that can change margin, orientation, page break, but my question is: Is there a way to activate the "Headers and footers" option, for that when I open the ...
Henrique Dias's user avatar
0 votes
0 answers
14 views

How do I "break" the Grid layout in a certain section of the page [duplicate]

I wanted to understand how can i "step out" of the grid layout. I want the beige color to take the entire width of the screen I tried to separate the component from the section yet it doesn'...
NewbieAeg's user avatar
  • 617
0 votes
0 answers
13 views

_TypeError while mapping data from an API

I am trying to use this API. I am sendig a GET request and data I got looks like this; { "info": { "count": 826, "pages": 42, "next":...
Doğan Erarslan's user avatar
0 votes
2 answers
15 views

How to use filter on background like background blur or brightness without effecting the text [duplicate]

I am working on a web project and I would like to apply a filter effect, such as background blur or brightness adjustment, to the background of a specific section. However, I want the text within this ...
SHAURYA SINGH's user avatar
0 votes
0 answers
13 views

Mark table with swipe gesture on mobile phone

I have the following code: index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=&...
r5tr3's user avatar
  • 134

15 30 50 per page
1
2 3 4 5
8