Skip to main content

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

How do I change the Favicon in Astro.js? [duplicate]

I'm trying to figure out how to change the favicon in Astro, but I can't figure it out. I tried changing it by adding my own custom image and labeling it "favicon.svg" but it doesn't work. ...
Mike the Scripter's user avatar
1 vote
1 answer
34 views

CSS grid: prevent a specific cell with lengthy text from setting the width of its column [duplicate]

In a grid layout with two columns I have several rows with similar content, while the last row has in its first cell a lengthier text. I use display: inline-grid and grid-template-columns: auto auto ...
kikon's user avatar
  • 6,125
-4 votes
0 answers
23 views

String Replacement with Backslashes [closed]

I am trying to replace a string within html that is structured like this "\uf0b7\u200b\u00a0". I am able to successfully use re.sub to replace both the first backslash sequence, the second ...
user2355903's user avatar
-3 votes
0 answers
16 views

What does error style between head and body mean? What does Cannot recover after last error. Any further errors will be ignored. Mean

HEllo I started an online course today to learn HTML and SCC and I validated my code however I do not understand any of it. I have never coded before and I am still learning the basics I would really ...
HTML ROOKie's user avatar
0 votes
0 answers
27 views

How can I avoid cursor to jump to invalid fields

I have code like this: <div class="form-wrapper"> <div class="form-input"> <span class="form-name">Date des faits</span> ...
JSmith's user avatar
  • 4,780
0 votes
1 answer
31 views

How to link a style sheet in php if the files are not in the same folder?

I have a php project structured like so : ├───public │ index.php ├───styles │ style.css ├───vendor └───views ├───category │ show.php ├───layout │ footer.php ...
mqbaka mqbaka's user avatar
0 votes
0 answers
13 views

height of an iframe in a Confluence app continuously expands infinitely when the html and body elements are set to 100% height

Issue Overview: We're encountering a persistent problem with our Confluence app where the iframe height continuously expands indefinitely. This issue arises when we set the html and body elements to ...
John Q's user avatar
  • 1
0 votes
0 answers
39 views

Is it possible to "undeclare" a script block in HTML? [duplicate]

I'm developing a web app which dynamically loads and unloads the contents of a a <div> block, which acts as a sort of page system. The problem The problem starts with the fact that I sometimes ...
Codrut's user avatar
  • 348
0 votes
0 answers
14 views

How to Render Underline Text in Markdown Using Stream Chat SDK

I am currently working on a chat application using Stream SDK (https://getstream.io/). I have been running into continuous issues rendering underlined text in message bubbles. Stream seems to have no ...
Devin Mason's user avatar
0 votes
2 answers
37 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 784
1 vote
2 answers
54 views

Div float left, div float right [closed]

Hello guys be kind I'm new to programming. I just started doing some stuff to practice so I created a little web site. I created a div container with a display block for the ul 'home, service, ecc..' ...
Riccardo Manfellotto's user avatar
0 votes
2 answers
31 views

How to compare two tsx elements in react + tsx

i want to compare two react tsx elements. i am still new to react and tsx. but i am unale to do so even after copying and pasting the exact elements to compare. Can you tell me why and how to fix it? ...
Anirudh Agrawal's user avatar
0 votes
0 answers
2k views

Img-src doesnt resolve when url has more parameters after .../xxx.png/

My URL: https://static.wikia.nocookie.net/valorant/images/9/9c/Raze_icon.png/revision/latest?cb=20230523180834 When opening this link in my browser, I see a raw picture. When referencing it in my <...
silj6's user avatar
  • 1
0 votes
0 answers
14 views

Chromium browsers: Select Option menu immediately closes after opening when scrolling

I'm encountering an issue with select elements in Chromium-based browsers. Here's the specific problem: I scroll to the bottom of the page using a mouse with momentum scrolling. The page reaches the ...
O S's user avatar
  • 474
1 vote
0 answers
33 views

Multiple adding to cart in JavaScript doesn't work

when I add products to the shopping cart at some point it stops updating the table, it is refreshed when I click the previous product and the product I want to add. Live site: https://frontend-mentor-...
Kajetan Ślęga's user avatar

15 30 50 per page