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

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
  • 9
0 votes
0 answers
7 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
45 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
20 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
1 answer
11 views

change dropdown list info based on prior dropdown list options selected JavaScript and html

on my website, I have two dropdown boxes, in box 1 a user will select a country based on options provided for them, then in the second dropdown box, the options provided for them will be cities in the ...
Amelia-may Wilson's user avatar
0 votes
1 answer
17 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
-1 votes
0 answers
15 views

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

I'm writing a script that uses Selenium. I want to enter a zipcode into a search bar, and then select the first option that pops up from the dropdown menu, but I'm unable to figure out how, as it ...
Ighenvex's user avatar
-3 votes
0 answers
16 views

Scorecard Project [closed]

I am teaching myself to code and having issues with a project im trying out. Essentially im trying to make a custom scorecard through java-script and am unsure of how to add two user inputted values ...
user26506188's user avatar
-1 votes
0 answers
32 views

How to regex and replace innerText and then restore the HTML elements

I want to regex and replace only text content(innerText) of an html, and in the end keep all the HTML elements (or restore them as they were). The regex must not check the HTML elements, but only the ...
bobby324's user avatar
0 votes
1 answer
18 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
0 votes
0 answers
11 views

Navbar HTML not working in sub-directories

I have this folder structure: A |_B | |_C | | |_D I have my navbar.html, style.css, and main.js (for the navbar) in folder A. This is the code block I use to add the navbar in my index.html, and it ...
Ezekiel Angelo Castulo's user avatar
-1 votes
0 answers
19 views

Why the python and HTML is not connecting? [closed]

I tried to connect HTML and python file, but i got error 405 HTML: <!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8" /> <meta name="...
user547259's user avatar
0 votes
1 answer
19 views

aria-labelledby pseudo elements

I have a quite simple question, I'm using some buttons that does not contain any text, only an svg, but when you hover on it, a label appear (:after) which is bad for a11y. I'd like to make this a bit ...
Symtox's user avatar
  • 306
-1 votes
0 answers
27 views

I wanna display the drop-drop on hovering on "About Me" but it's not working [duplicate]

I expected for the drop-down to show up below "About" I used :hover but it's not working on it. It's not changing into display: block; .oil { position: relative; display: inline-...
Mayuresh Singh's user avatar
-2 votes
0 answers
34 views

Jquery $("body") not selecting whole page [closed]

I have a page that I need to show a loading gif. The problem is when I select the whole page with $("body") to disable editing fields, the elements that are only reachable by scrolling down, ...
Dogukan Ünlü's user avatar

15 30 50 per page
1
2 3 4 5
79265