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
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
0 votes
0 answers
15 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
-2 votes
0 answers
32 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
32 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
  • 308
-1 votes
0 answers
32 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
40 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
-2 votes
0 answers
24 views

My Mobile nav bar is not clickable with my weebly website

I know nothing when it comes to coding. However, I have successfully built a website using Weebly. This being said, when I added a store to my website, it did something to the coding itself, and now ...
user26514927's user avatar
1 vote
2 answers
50 views

CSS only curved or warped background box [closed]

I'm trying to achieve quite a simple effect but struggling to get something that looks good. It needs to be accessible HTML so a CSS only solution is desired. Any background color and any page color. ...
sidonaldson's user avatar
  • 25.1k
0 votes
3 answers
51 views

Html <div> leaves unexpected margins [duplicate]

I am new to HTML and CSS. I was experimenting with displaying <div> -s side by side. I noticed that simply adding a div inside the body will display with unexpected margins. I tried messing ...
Thinchance's user avatar
3 votes
0 answers
39 views

Confusion with flexbox child's width [closed]

I have been using flex-box for almost everything for quite some time, but there is still some small things with child sizing that I wasn't able to figure out. I am giving two examples: .parent { ...
Prokop Lošťák's user avatar
-1 votes
0 answers
32 views

localstorage works locally, but displayed as NaN when deployed remotely [closed]

I'm making a clicker mini game. After uploading files index.html, style.css and script.js, why is the hosting data that I save in localstorage displayed as NaN? When writing code and running index....
YORIK's user avatar
  • 7
1 vote
1 answer
60 views

css text ellipsis one by one from right to left, instead of all at the same time

When I shrink the screen all elements become ellipsis. Is there a way to change this behavior? I want them to be ellipsis one by one from right to left. The third item should disappear first, the ...
Oktay Yuzcan's user avatar
  • 2,992
0 votes
0 answers
27 views

Could not able to download the HTML content as PDF in ASP.NET Web API

I have designed a html in the C#, on .NET and using Entity Framework., I have a PDF documents which are stored base64 encoded. I should be able to get the full html string after this I am downloading ...
Vijaya Aradhya's user avatar
0 votes
0 answers
10 views

How to render Hebrew fonts in an .rdl generated pdf

My .rdl report is uploaded to dynamics 365. On the report preview, it's the correct font, as chosen in visual studio. When that's exported to pdf, it converts it to microsoft sans serif, which looks ...
Unicorn_tech's user avatar
1 vote
2 answers
49 views

How to select a specific child tag from a parent tag and scrape data from it?

There exist several of these <div> tags where class="b-card" in the HTML file which which I extracted the following HTML code: <div class="b-card"> <div ...
Nol A.'s user avatar
  • 33

15 30 50 per page
1
4 5
6
7 8