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.

html
1 vote
0 answers
18 views

Graph production with search bar

I have a data table with different vegetation anomaly surfaces (surface) (remote sensing) which are classified according to different region names (Nom) and anomaly classes (class). I would like my ...
Camille_brnd's user avatar
0 votes
0 answers
30 views

block printing pdf in css

I'm trying to block webpage printing by adding following css to webpage head section: <head> <style type="text/css">@media print { @page { size:auto; margin:.5rem 0; ...
herb's user avatar
  • 159
-2 votes
0 answers
28 views

nothing is showing on my webpage when i run my flask program

Im a new coder and i dont know why even though there are no errors, nothing is appearing on my web browser! I am currently trying to create a program which can iterate through different pdf files and ...
briaNN's user avatar
  • 1
0 votes
1 answer
40 views

How can I measure the size of a webpage in different devices?

I'm new with html and css, I'm wondering how can I measure the dimension of a webpage by pixels, is there any specific way like special code or app that I can use? I tried searching but I somehow can'...
Pearl's user avatar
  • 11
1 vote
1 answer
30 views

Why does a div with display: block (default) not expand to vertically fit an image without overflow but changing it to display: inline-block does? [duplicate]

I have a div with a background color via background-image:linear-gradient, and with the div's default display as block it doesn't expand vertically to fit the image, the image overflows over the ...
Isaac Sizemore's user avatar
-3 votes
0 answers
18 views

Can users customize their profiles and preferences on Stack Overflow, and if so, how extensive are these customization options? [closed]

understand the degree to which users have control over personalizing their experience on Stack Overflow. It aims to explore the range of options available for users to adjust their profile information,...
Rizwan322's user avatar
0 votes
0 answers
22 views

How can I troubleshoot Django POST request issues despite correct form handling?

I'm having an issue in Django where when I click save on a form, it sends a GET request instead of a POST. I'm not sure why this is happening. Hola, estoy con un problema en django, que cuando apretó ...
Sofia's user avatar
  • 1
0 votes
1 answer
31 views

Unable to type texts to chatbot user input

Description I am trying to add a chatbot for the backtesting platform built with Flask and there is a button on the right side that toggles the sidebar. If the user clicks the button, it shows the ...
loupdaniel's user avatar
0 votes
0 answers
14 views

"The buffer passed to decodeAudioData contains an unknown content type." Error React

Started working on a project last night, woke up to work on it today, and I'm randomly getting the error: "The buffer passed to decodeAudioData contains an unknown content type.". Nothing ...
koren69's user avatar
  • 21
0 votes
0 answers
22 views

Implementing Background Colors in Bootstrap vertical tabs and forms

In working on a project recently, I have noticed that I am limited to backgrounds solely outlined in bootstrap files and sites. I want it to match the existing color of the background according to my ...
Trincell Shelvin's user avatar
-1 votes
4 answers
37 views

Why isn't the following text being collapsed into a ellipsis?

This is the code: <div class="grid w-full gap-4 grid-cols-8"> <div class="flex w-full flex-col gap-1 justify-center items-center max-w-small cursor-not-allowed"><...
wyc's user avatar
  • 54.6k
0 votes
1 answer
41 views

how to show select option list on hover?

<div className="rating-option"> <select id="rating" className="rating" value={...
Paras Chouhan's user avatar
1 vote
1 answer
16 views

Why does backdrop-filter: blur break whenever unrelated elements are animated

I'm building a website, and use the backdrop-filter: blur(12px) CSS effect on my navbar. Whenever I created a CSS animation to animate the text on my page, the blur filter disappeared. This affected ...
Mason Thomas's user avatar
-1 votes
0 answers
39 views

How can I fix this background image [closed]

I need help, I got this website and I need to put some images on the background, but the image overflows and it creates a white space, I have been researching but I don't know what can I apply This is ...
jalin3's user avatar
  • 1
0 votes
0 answers
45 views

The Enter key works every time I call addEventListener ("click")

I'm trying to make a calculator, and in the middle of the coding, I see that when I press the enter key, he calls the last addEventListener ("click") I used, but I don't set any work for the ...
Leonardo Dutra's user avatar

15 30 50 per page