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
6 views

Mobile scrolling behavior on React portalled hover-menu scrolls faster than the same swipe made directly on our editor

We have an editor inside of a webview and a portalled menu that hovers over it. When a user makes a touchstart event on the menu and then swipes up/down, the page scrolls at something like 200% or 300%...
Slbox's user avatar
  • 12k
0 votes
2 answers
43 views

background-image cover by grandparent width, overflow property doesn't works

Using background-image for pseudo-element, parent overflow:hidden property doesn't affects pseudo-element background-image and don't hide part of it. Where is problem? I want to hide background that ...
ES.'s user avatar
  • 169
-1 votes
0 answers
26 views

Node Media Server Problems

I'm trying to setup a livestreaming website and I'm encountering problems when trying to host node media server on my Ubuntu 20.04 VPS. Basically whenever the user starts the livestream it works when ...
Alfie Frost's user avatar
-3 votes
0 answers
23 views

How to make something save/automatically change 24 hours [closed]

I'm making a website and one of the components is that the text within an element automatically changes every 24 hours, and it stays that. How do I achieve this? I am expecting it to automatically ...
Pranav Tandra's user avatar
1 vote
0 answers
13 views

not able to remove default placeholder in React semantic UI Input type Date

I am using the below input using semantic ui react form. <Form.Input name='StartDate' type='date' placeholder='' label='Start Date' readOnly={true} ...
Nillogical's user avatar
0 votes
1 answer
22 views

Get the navbar start/end margins left AND right to be close to the edge using bootstrap5

If I remove ms-2 it shifts right, put back in, and it shifts left. I have tried various options but I can't seem to get my head around how this works, and the order that needs to be in. I find ...
Fred's user avatar
  • 139
0 votes
1 answer
20 views

How do I make column fill available space without table overflow?

I am trying to make a responsive table where: Columns 1-3 and column 5 will always autosize to fit their content. Column 4 will occupy all remaining horizontal space. Column 4 will never wrap text (i....
Cardinal System's user avatar
-1 votes
1 answer
23 views

How to expand the telegram web application to the top using window.Telegram.WebApp.expand(); in html

How to expand the telegram web application to the top using window.Telegram.WebApp.expand(); in html , here is an example of my code, but nothing works <html> <head> <script>...
YORIK's user avatar
  • 7
0 votes
1 answer
15 views

Google AppScript does not redirect the page

Google AppScript does not redirect the page due to sandboxFrame... How can I solve this problem? If you know whether this problem is caused by me or the Google script, I would be very happy if you ...
First Point's user avatar
0 votes
1 answer
55 views

remove white spaces till /n in js, and put it inside a array

I'm looking for a way of put all three lines of my html inside an array, but those three lines will be breaked in 3 index. My array has to be a 3 length array, with a line in each index. I see that i ...
Sung-99's user avatar
  • 37
0 votes
0 answers
36 views

Problem with CSS :valid pseudo-class and required input

I am learning front-end and PHP. I was able to come up with this little form behaving almost perfectly the way I want it. The problem is, some inputs are not required, that being the case, they are ...
Victor Oliveira's user avatar
0 votes
2 answers
29 views

How to pin control elements in the chip list with flexWrap?

In base I have a list of filter chips. This chips are li elements and placed in the ul parent element: <Stack className={`${className} filter-list`} width='100%' component='ul' padding={0} ...
Michael Linker's user avatar
-2 votes
0 answers
24 views

Selection an option from a div.cl-search-dropdown menu

I'm writing a script that uses Selenium to do web scraping. I want to enter a zipcode into a search bar, and then select the first option that pops up from the dropdown menu. I can find the XPath for ...
Ighenvex's user avatar
-6 votes
0 answers
26 views

Scorecard Project [closed]

I am teaching myself to code and having issues with a project I'm trying out. Essentially I'm trying to make a custom scorecard through javascript and am unsure of how to add two user inputted values ...
user26506188's user avatar
0 votes
1 answer
25 views

why the chevron doesn't maintain its rotation?

Well I wanted to create mini project to test my CSS skills so I have decided to create a drop down menu. so I started by writing HTML codes: HTML <!DOCTYPE html> <html lang="en"> ...
Behzad Kaviyani's user avatar

15 30 50 per page
1
4
5
6 7 8