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

Need help dividing a page into two using HTML and CSS ? - left portion of 40% with an image and right portion of 60% with texts

Similar to the attached example, I'm trying to divide a container into two - left side to be of, say, 40% and the right side to be of 60%. in the left side of 40%, I need to upload an image and the ...
GrowDiverse SARL's user avatar
0 votes
0 answers
7 views

Add component to html body

I have an Angular 13 (vanilla) app, and I need to print a part of the app. I use the @media print for that an it work (in the angular app alone) But my angular app is build a js file and use by other ...
Thibaud David's user avatar
0 votes
0 answers
10 views

searching for this font animation but couldn't find

I want to implement this font animation in my project but I don't know what animation is this since I'm not a CSS master please someone can help me in that I really appreciate any help you can provide....
Muzzamil Shaikh's user avatar
0 votes
0 answers
8 views

How to properly place lines from Figma to CSS

I have 2 lines that I want to place on my website on the background. I draw an example lines on a 1920x1620 page. I want these 2 red lines to be on the background. But when I try to copy the sizes ...
duebcio's user avatar
-1 votes
0 answers
6 views

How to Create a strategy

How to create strategy for trading in 1sec time frame and back test. I have no try so that how it. So plz tell me how to creat self strategy in trading view chart and set automatic sell or buy like a ...
Sikandra 's user avatar
0 votes
0 answers
11 views

How can I make a flexbox column with a long email value expand to fill available space without leaving empty space? [duplicate]

I have three columns using flexbox, but they are not equally spaced. The email column has a long value, so I used max-width to truncate it with an ellipsis ("..."). However, when the ...
Jon You's user avatar
  • 53
0 votes
0 answers
10 views

Struggling to recreate a particular categories grid layout with bootstrap 5.3 [duplicate]

Hoping someone can put me on the right path. I’m trying to re-create this layout using bootstrap 5.3 but can’t seem to get the layout right, I also need it to be responsive so that on small devices ...
Daniel Collins's user avatar
-3 votes
0 answers
12 views

What are HTML elements and entities SPECIFICALLY - WITH EXAMPLES please [closed]

I'm trying to submit something online (kind of a legal thing), but it won't let me submit and it's saying, "HTML elements and entities are not allowed". I tried looking it up and just got ...
Shanny Springer's user avatar
0 votes
3 answers
29 views

Centering entire main element

I have put some content and form inside the main element. Here is the HTML: <main> <h1>My main content</h1> <form action="/action_page.php" id="form"> ...
user9026's user avatar
  • 928
0 votes
1 answer
20 views

card slide animation not occuring on both sides

I wanted to make an animated cared slider similar to the image below for my website: https://i.ytimg.com/vi/Xh-wIMqohD0/maxresdefault.jpg Everything is perfectly fine and functioning properly. Except ...
demosewa's user avatar
0 votes
0 answers
2 views

About c++ multithreaded code converted to WebAssembly view rendering problem in js call

var Module = { print: (function() { var element = document.getElementById('output'); test_element=document.getElementById('test_element'); // if (element) element....
user25527891's user avatar
0 votes
0 answers
8 views

Embed on web page a Twitter Video, just like a YT video

(Complete beginner here, fighting to assemble some web page.) If a "copy video address" in X (Twitter), I get something like: https://x.com/i/status/1814440131505598541 If I get the embed ...
Jada's user avatar
  • 1
1 vote
1 answer
21 views

property "color-scheme" cannot query by media "prefers-color-scheme"

I learned that "color-scheme" property can change the light dark mode of the page. And I also learned that i can style element by media query prefers-color-scheme from MDN. But actually, it ...
yuanzui_cf's user avatar
0 votes
0 answers
15 views

Desynchronized hover elements on touch devices

I've created a simple HTML that includes an image with a 3px white border around it and text below the image. Here is the HTML: https://jsbin.com/rofisiwoya/edit?html,output When you hover over the ...
Ghoul Angel's user avatar
-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
13 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
32 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
11 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
22 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
10 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
-4 votes
0 answers
23 views

String Replacement with Backslashes [closed]

I am trying to replace a string within html that is structured like this "\uf0b7\u200b\u00a0". I am able to successfully use re.sub to replace both the first backslash sequence, the second ...
user2355903's user avatar

15 30 50 per page
1
2 3 4 5
39625