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.

-1 votes
0 answers
19 views

How does browser control + f search works? If I added a search bar on my page and want to apply same logic to get highlighted words which are written [closed]

When I enter "Control + F" on a browser then there is a search bar in the bottom in which if we search any word, then all the words related to that are highlighted. So I have added a search ...
Awais's user avatar
  • 9
-1 votes
1 answer
19 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
13 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
-1 votes
1 answer
20 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
11 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
-4 votes
0 answers
9 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
14 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
40 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
  • 930
0 votes
1 answer
21 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
3 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
1 answer
12 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
22 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
16 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

15 30 50 per page
1
2 3 4 5
79250