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
0 answers
12 views

Play failed: DOMException: Failed to load because no supported source was found

In write a code that will loads a video with XMLHttpRequest to HTMLElement using media source and playing it as soon as it can. But (I having this error in this example: Play failed: DOMException: ...
Dina's user avatar
  • 1
0 votes
0 answers
5 views

TinyMCE: Cursor Does Not Move to Next Line After Inserting Content with <br> Tag Using mceInsertContent

I'm using TinyMCE for my rich text editor, and I'm performing clipboard operations to insert content into the editor using the mceInsertContent command. When I insert content that ends with a tag, ...
Vasanth Nag K V's user avatar
-4 votes
0 answers
28 views

Please help me fix html css javascript. cal BMI [closed]

I have html css javascript working. But I want to edit it to look similar to the example. But I can't Even though I can do it, BMI calculation doesn't work. What can I do? I want the color of the tube ...
Lipton official's user avatar
0 votes
0 answers
11 views

Swiper JS, Slides grow enormously big on mobile phone

I first started using swiper js. document.addEventListener('DOMContentLoaded', function() { const swiperElement = document.querySelector('.swiper-container'); if (swiperElement !== null) { ...
Jorn Reed's user avatar
-1 votes
0 answers
18 views

Hover the mouse over the location to see the details. I want to click again like Google map

I have an SVG of maps, whose path value comes from the back end and prints properly. Now when I hover my mouse cursor over a location, it pops up like a google map with the details of that location, ...
Mehdi's user avatar
  • 1
0 votes
1 answer
34 views

loop a css animation with multiple keyframe

I'm trying to make an animation loading screen but I can't loop the multiple keyframes. I learned that I can only do it with JavaScript and I'm not good with scripting how can I do it? Also, I can't ...
رقية انور's user avatar
-2 votes
0 answers
31 views

Align iframe to the center

I am trying to align iframe to the center but for some reason it is showing from the left side whereas I want the iframe and it's elements to be on the center. I used the iframe inside a div but it's ...
Dominic Gomes's user avatar
-2 votes
0 answers
17 views

introjs highlighting wrong area

i'm trying to create a tutorial with intro.js but it's highlighting the wrong area, here's the code i'm using document.addEventListener("DOMContentLoaded", function () { if ('@...
Emma's user avatar
  • 1
0 votes
1 answer
34 views

Adding the same function inside a function

So I basically want to do this: label.addEventListener('dragend', function(event){ id++ var newItem = document.createElement("input" + id) newItem.addEventListener('dragend', ...
King Of Chads's user avatar
-7 votes
0 answers
23 views

Image convert html or css [closed]

Image convert html or css I need a HTML and similar code. but i don't understand which code Instagram meta </div> <div> Image convert html or css I need a HTML and ...
user25095031's user avatar
0 votes
0 answers
10 views

Getting blank visual using d3.js

I'm trying to create a bar chart for a sample data in the d3.js editor in powerbi, but I'm always getting a blank visual or else just a visual with only 2 lines as x and y axes. Below is the code I've ...
neens's user avatar
  • 15
0 votes
2 answers
50 views

unresponsive container flexbox not reaching height of 100 % and width of 50n %

I have problems not being able to make a container display a height of 100% and a width of 50% on tmy screen despite my CSS already mentioning those specified measurements in the appropriate div ...
Samuel's user avatar
  • 9
-3 votes
0 answers
13 views

Bug Short code. Wrong posts displaying. Simple Job Board [closed]

So, We have some short code that I've put into a short code widget with code [jobposts id:jobposts] It's correctly displaying on the front end the posts and the search bar and the UI items visually, ...
AshMKay's user avatar
  • 17
0 votes
3 answers
31 views

Make container fit text with line-wrapping in CSS? [duplicate]

By default, when text wraps, the width of the container becomes the max width. Instead, I want the width to fit the wrapped text. div { border: 1px solid red; max-width: 100px; display: ...
Leo Jiang's user avatar
  • 25.5k
-2 votes
0 answers
16 views

Sponzy larvarel 10 script addition fix

my_trialsubscription.blade.php is giving an error Attempt to read property "id" on null after a trial link is created. after the link is created and someone try's to use the link the error ...
lenard blanks's user avatar

15 30 50 per page
1
2 3 4 5 6