Category "html"

Make a screenreader pause in between paragraphs and divs

I've been trying to add accessibility to my angular web application, but the output from the screenreader seems confusing to me. Is there a way to make a screen

How can I get a "single HTML file" report in Cucumber?

I've a use case where i need a single HTML file report that I need to e-mail further. I get these files as a cucumber report: Is there any way to generate a si

How do I style this text to be bold?

I am trying to figure out how to style this text to be bold in Shopify? <center> <font color="black">Free Shipping & Returns</font> <c

PDF font size issue using HTML with Puppeteer

I am trying to generate a PDF in browser(chrome v8) using HTML by sending it to puppeteer. The html is getting generated using ejs since there is dynamic conte

How to make this image hotspot map more accessible?

I am trying to create a "hotspot" map, which is an HTML image, with buttons absolutely positioned over top of the image. <div class="hotspot-map-container"&g

How do you input and output text with Pyscript?

I’m learning py-script where you can use <py-script></py-script> in an HTML5 file to write Python Code. As a python coder, I would like to try

How to force the iOS screen reader to spell out a word instead of read it?

In iOS, the accessibility screen reader is not spelling a word whereas in Android it spells out the word like I want. I have tried the below options with no luc

Update a dynamic created JS html table after a row is deleted

I have an HTML table dynamically created via JavaScript. After filling in some fields, clicking the "Add" button adds a new row to the table. After inserting a

button not triggering call back function when clicked on. No way to know why as no error's thrown by console

I'm using an event listener on the button element. The user's first asked to select a language. Once they've have done so they are presented with the button in

How to prompt second tab content while selecting 2nd option in dropdown

Here i am trying to achieve a selection-based prompting tab content, If i will select template 2nd in select option. then if i will click on next then tab-conte

Closing a dropdown navbar on click in JavaScript?

I've implemented a navbar using Bulma but I'm having trouble getting it to close after the user has clicked on an element inside the navbar. I have a single pag

how to scroll to top automatic when closing a div with toggle()

I have a issue with scrolltop. I have a div which slides down and up with toggle(). This div is pretty long with lots of content and its height is set to 300px.

How to make html and js to remember users dark theme setting [duplicate]

I am making a website for my discord bot (https://beast-bot.ga) i made a dark theme feature which will switch the website from light mode to d

Position DT search box to center of table

I am having a hard time figuring out the code to position the search box from a DT table in a Shiny app to the middle. I'm using a DT extension package, called

How do i make auido player play the next song after song ended?

Im trying to implement an autoplay function into this audio player but I cant get it to work, I have been trying for ages and I feel like I wanna give up. Any h

How to change localStorage object-variable to false after a certain amount of time

I have an issue with a project where i need to change an object variable to false and save it to local storage. let animalHtml = // Checking if animal is fed or

jQuery .hide() button when another button active

I have a "Load More" button that has a class named .btn.btn-primary.ng-scope. When we have some items to show and class .btn.btn-primary.ng-scope.ng-hide when a

Blocked by CORS policy No 'Access-Control-Allow-Origin' header is present on the requested resource

I'm currently making a project to put up "Post" from mysql onto a website and then they can also be updated from the website into Mysql. My insert function work

How to prompt a component based on category selection

I am trying to prompt a component based on category selection. If i will enter a "single family homes" in category input field in step1 at that time I want to p

Responsive page: simplest method to transform a row into two or three [closed]

I recreate my first Google-homepage and I struggle to allow my footer responsive in two or three rows when the page size change. Currently whe