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.

-2 votes
0 answers
29 views

In html, why there is a gap on the left of .div3? [duplicate]

The output is in the picture Why there is gap? I am just wondering why there is a gap? why the elements before .div3 are not on the top like .div3? When I enter some texts in .div3, then the elements ...
small yellow duck's user avatar
0 votes
0 answers
15 views

Selecting elements in HTML using tree generator extension

I have recently been trying to understand how to select elements and manipulate them using the html tree generator and JavaScript. How do I select the second last element of the last element child and ...
Kepher Ashitakaya's user avatar
-2 votes
1 answer
34 views

Is it possible to execute a bat file from JavaScript running in modern browsers? [closed]

I have a question – is it possible to run a BAT file with JavaScript in a local HTML document? My Batch file's purpose is to sleep/hibernate the computer, and looks like this: rundll32.exe powrprof....
winikol's user avatar
-3 votes
0 answers
14 views

I am trying to look for a better practice and convenient method to make the grid images more responsive

I have been trying to replicate a website which I found from frontendpractice I am pretty unfamiliar with css grid and instead wanted to opt for flexbox for the console display boxes, but used grid ...
ahsan waqar's user avatar
-4 votes
0 answers
16 views

Có cách nào để bài SEO nhanh lên top Google không? [closed]

Tôi đang thực hiện chiến dịch SEO cho website, có cách nào để các bài viết của tôi nhanh lên top không? Tôi đã thử viết nội dung thật hữu ích, và tôi mong nó sẽ lên top cao, kết quả thực tế như ý muốn,...
Ho woon's user avatar
0 votes
0 answers
22 views

On a website, simultaneously embedding multiples parts of a same video hosted by vimeo and using html container builder on elementor

Hope that i am using this forum howt should be. Didn't knew about til i saw a question similar's mine's, but int opposite way lol. I am currently working on my website that'll use as portfolio and to ...
Martin Straub's user avatar
1 vote
1 answer
23 views

multiple charts with amcharts 5

I'm developing a web application for a college project, in which I'm using the amcharts library to generate some graphs, however, I can only generate one graph in div's with the id "chartdiv"...
José Maciel's user avatar
0 votes
1 answer
13 views

How to use custom HTML attributes with Blaze in Haskell

I'm trying to write the following HTML element from Bootstrap in blaze-html in Haskell. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-...
Adam D's user avatar
  • 2,107
-1 votes
0 answers
11 views

HTML chat form is not stable - Django site

I have a django site which has a chatapp on it. the problem is the chat-content form in the chat app is not stay in the bottom of the chat page and user should send a lot of messages to come down the ...
Abol's user avatar
  • 39
0 votes
2 answers
41 views

JS not opening a button as intended

I'm working on a header section in HTML and decided to learn JavaScript in this project. I'm also using TailwindCSS, with a few specifics I included in a different .css file. I got the JS code from ...
2MUCH's user avatar
  • 1
0 votes
0 answers
17 views

How can I add a scrollbar content appearance limit?

It is somewhat peculiar to explain, but it is easy to summarize, it creates a theme content scroll bar, and even adds a button to hide that theme menu, that works very well, but since there are ...
Carlo Mena Mendez's user avatar
0 votes
0 answers
18 views

HTML Table filling full height of parent div with scrolling

I have a Blazor component which is just a html table. I want to style the table so that it always fits into the parent div of the component. The rows have a fixed size, so if the table has more rows ...
wh0ami_'s user avatar
  • 13
0 votes
0 answers
24 views

HTML form not populating correctly, What am I doing wrong?

I have a javascript application where I need to save the user selections in a HTML form that I need to retrun to the form when the user returns to the page with the form. I have implemented solutions ...
Youssef Ismail's user avatar
0 votes
0 answers
11 views

How do I change the Favicon in Astro.js? [duplicate]

I'm trying to figure out how to change the favicon in Astro, but I can't figure it out. I tried changing it by adding my own custom image and labeling it "favicon.svg" but it doesn't work. ...
Mike the Scripter's user avatar
1 vote
1 answer
34 views

CSS grid: prevent a specific cell with lengthy text from setting the width of its column [duplicate]

In a grid layout with two columns I have several rows with similar content, while the last row has in its first cell a lengthier text. I use display: inline-grid and grid-template-columns: auto auto ...
kikon's user avatar
  • 6,125

15 30 50 per page