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

Image as background of data labels i.e as background color in chart.js [closed]

Is there any way to add image as background color i.e different image for background of each data label. If there is please let me know. I tried doing it by putting images in an array and equating it ...
dawood zulfiqar's user avatar
0 votes
0 answers
12 views

Spring-web / Jakarta-servlet: detect input-change in 'when' function

In my .jsp-file, I have a text-field and a button. Both elements are part of a table. The table is filled through a forEach loop, which iterates over a List<WordDto> from the java-controller. ...
Fi0x's user avatar
  • 144
-1 votes
0 answers
15 views

Select Multiple area on image using drag and create hotspot in angular 8/ javascript

Hi all, I want to implement a feature where user can select multiple rectangular area on image and create hotspot. Once user click and drag from one position to second position it will draw like ...
Sumit k's user avatar
  • 73
0 votes
0 answers
14 views

Tom-select ordering within optgroup

I am having an issue with tom-select, where the order of elements within an optgroup is not being preserved. Based on this docs, I thought that all I had to do was: new TomSelect("#sampleSelect&...
DJDuque's user avatar
  • 412
0 votes
1 answer
77 views

Button adding event has no effect

I am studying html, css, and js. Add click events to the arrow buttons of flickity, I used addEventListener. However, I got the following error. TypeError: Cannot read properties of null (reading '...
ybybyb's user avatar
  • 1,681
0 votes
1 answer
26 views

Children in flexbox not responding to order and align-self

I am trying to create a responsive island scenescape by overlaying three elements: I would like to place the palm tree on the sand island to the left, and position the text to float in the space to ...
Jett 's user avatar
0 votes
1 answer
19 views

Flutter web window.open(url, '_self') clearing cache and cookies

is there any way to clear the cache and cookies after logging in? so if the user logs out of the app and logs back in, it won't automatically log in. I have a successful code in native mobile using ...
Lils Don's user avatar
0 votes
0 answers
32 views

Does having elements in the DOM with `display:none` makes the browser slower?

I am not a good JS programmer and I dont know for sure how to profile this specific case. In a page I have 100 divs (all of them are visible and occupy space in the screen) and below each visible div ...
Samul's user avatar
  • 2,011
-2 votes
0 answers
36 views

How to refer to a CSS file using javascript? [closed]

I want to be able to access and change a css file through a javascript file. I am using tampermonkey and can't edit the css file directly. I've looked up this problem and everyone keeps describing ...
Jackson Boyle's user avatar
0 votes
3 answers
35 views

text-overflow ellipsis doesnt with symbol !!! when using with webkit

i have a css as below div.b { white-space: nowrap; width: 50px; overflow: hidden; text-overflow: ellipsis; border: 1px solid #000000; display: -webkit-box; -webkit-box-orient: vertical; ...
Vo Thanh Tung's user avatar
0 votes
3 answers
32 views

Custom Two Column Layout

I have a problem with my display of two columns in my HTML code. Top part of the two columns: Space on the 1st column, the paragraph on the 2nd column was pushed down due to the image: Here's my ...
Lance Dee's user avatar
-4 votes
0 answers
22 views

Why won't CSS hide this class? [closed]

I have a Shopify powered store and am trying to hide the class "hulk-powered-wrapper" on this page: https://www.palmettowoodshop.com/pages/contact-us Screenshot showing text I want hidden I ...
PWS's user avatar
  • 1
0 votes
1 answer
34 views

Angular - Why is my search bar not working well?

dashboard.component.html : <div class="search-bar"> <form class="search-form d-flex align-items-center" method="POST" > <input type="...
Mohamed Seif Ben Salah's user avatar
-2 votes
1 answer
23 views

How to get openStreetMap to not show city names [closed]

I have this app that requires a map and I want to transfer it to using a free map(instead of using Google maps). But I need it to not show city names. I also want it to be easy to implement and work ...
Frog2341's user avatar
0 votes
1 answer
32 views

Why can't Selenium find the element I specified in my code even though it's in the HTML?

I'm learning how to automate navigating through a website using Selenium on Python 3.9.2 using ChromeDriver and I'm stuck at the login page of GitHub, which is the website I'm practicing with. This is ...
jacob malu's user avatar

15 30 50 per page