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
0 votes
3 answers
67 views

Flexible width in HTML table

I would like my table to fulfill these properties: The width of the table is 100% of the parent container. All columns width are fit to the maximum column width. The column flex-column takes the ...
nowox's user avatar
  • 27.9k
3 votes
2 answers
41 views

How to go to a page clicked on a hamburger menu?

I'm starting with an existing project called react-burger-menu. https://github.com/negomi/react-burger-menu It uses a hamburger menu sidebar for navigation. Unfortunately, the demo code does not show ...
user3217883's user avatar
  • 1,348
-1 votes
2 answers
27 views

How to keep the Image in square shape in any screen dimensions

I am stuck in image dimension change on-screen responsiveness. I have 4 products with images in one row. I wanted Images in square shape so I gave them the fixed height and auto width. they were ...
M.Haris's user avatar
  • 599
-1 votes
1 answer
44 views

Found suspicious codes, extracted login credentials from PNG file! (hacked wp)

Hello guys I hope you are doing well. I'm facing this strange problem and I'd appreciate any given help. Here is the explanation: this morning when I was logging in wp-admin, I saw a warning saying &...
Hattexi's user avatar
-2 votes
0 answers
23 views

How to change the color of the svg icon using tailwindcss only while hovering through it? [duplicate]

I already read the questions about the SVG and this question my question is about how to do this with Tailwindcss only. The project tools are React and Tailwindcss. I want to change the color of the ...
Amin Alizadeh's user avatar
0 votes
0 answers
13 views

How to properly control page break in printing feature of mozilla firefox?

I have a problem with page breaks and tables on Mozilla firefox. I want to allow page break in the first table (.infobox) and it doesn't work : table : should have break Image: table not appearing ...
aphfug's user avatar
  • 1
1 vote
1 answer
17 views

I want to increase the resolution of an image displayed by Cloudinary

I am displaying an image stored on Cloudinary, shown below: <div class="col-xs-4 col-sm-3 col-md-3 col-lg-3 mb-2"> <advanced-image [cldImg]="img" [plugins]...
batman567's user avatar
  • 889
0 votes
0 answers
29 views

Adjusting elements width while resizing flexbox [duplicate]

I'm trying to resize the elements in a flexbox. My requirement is that, When I am resizing the left side outer box, I want the azure colored one to adjust rather than the orange one getting overflowed ...
Aravind Emmadishetty's user avatar
-2 votes
0 answers
16 views

How to execute python code by the click of a HTML button and what are the security issues? [closed]

I have an add a new prediction button and want users to be able to click on the button and upload a csv and then pick a machine learning model (with its associated python code) and then have it output ...
user26305916's user avatar
0 votes
0 answers
24 views

Python Flask webapp does not start/reach the Powershell Script

I am writing a website in Python Flask with Powershell scripts integrated. I want to run a Powershell script that uses input from the user via the html page. But it never reaches the Powershell script....
Wim Van Geyt's user avatar
-2 votes
1 answer
19 views

browser ignores spaces [duplicate]

This is my first time playing with html. I have this code that should display a simple pice of ascii art. <!DOCTYPE html> <html lang="en"> <head> <...
Akut Luna's user avatar
  • 321
-1 votes
0 answers
32 views

How to include pdfjs-dist from CDN so I can use it in a browser using typescript?

I'm trying to do something that should be pretty straightforward but nothing seems to work. The following code works fine in a plain HTML file: <script type="module"> import * as ...
Juan's user avatar
  • 15.6k
0 votes
1 answer
46 views

Jquery .length keeps returning 0 on LinkedIn page

Apologies for asking this question again as per here and here there are answers. BUT This appears to be specific to a page. I am building a simple "button" for the browser bookmark bar that ...
Craig Lambie's user avatar
  • 2,898
0 votes
0 answers
34 views

unable to get consistent layout with tailwind for relative container

I am trying to build a form layout in a NextJS project with tailwind CSS. here is the CodeSandbox Link for the issue. After running the code in sandbox, please click the button the view the resulting ...
Shubham Shaw's user avatar
1 vote
1 answer
26 views

Is it a bad practice for a11y and SEO to place h3 before h2?

In this section I have two titles "Why Choice Us" and "Best Choicing For Cryptocurency" what is the correct marckup for this two? Is it OK for a11y to place h3 and then h2 for them?...
Asmaa Mahmoud's user avatar

15 30 50 per page
1
3 4
5
6 7
79269