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
1 answer
24 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
25 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
15 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
31 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
19 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
8 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
47 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
12 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
29 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
-1 votes
0 answers
13 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
-6 votes
3 answers
52 views

Can I add link not using href? [closed]

Usually, it is common and easy way to use href parameter to add a link on the web page. But I want to know other way so I wanna know about the method to add link not using href parameter. If it is ...
Yuki Shiro's user avatar
2 votes
0 answers
14 views

How do I scroll in an overflowing flexbox child, when my cursor is anywhere on my webpage?

I've been trying to build a web developer portfolio website, and am working on a layout in which my body is a flexbox with two main elements: On the left, a basic navigation bar On the right, a ...
Matt Mogan's user avatar
-3 votes
0 answers
14 views

Dica de criação de banco de dados para iniciante [closed]

Estou realizando um trabalho na faculdade e como sou iniciante, estou um pouco perdida ainda, queria algumas dicas... Tenho um projeto web que é feito o cálculo de estruturas metálicas para uma loja, ...
Ariane Silva's user avatar
0 votes
0 answers
17 views

HTML images showing up as [obj] (with a dotted box) when using an <img> tag for an email's html body

Currently, I am trying to open an email draft using react-native-mail to send some information and a file for an app I am building. Currently I am including steps on how to use the file correctly but ...
Koen Schoffner's user avatar
-5 votes
0 answers
26 views

I want each button to repeat its value from 0 when it is clikced [closed]

const buttons = document.querySelectorAll('.addButton'); let initialVal = buttons.value = 0 function add() { let inc = parseInt(initialVal++) console.log(inc); } <button class="addButton" ...
Moosa Haroon's user avatar

15 30 50 per page
1
2 3 4 5
25