html tag

658 questions


1 answers
587 views
0
Scrap text information after the "View More" button when searching in the Yahoo! News search window

Scrap text information after the View More button on the web pageIt will be almost the same as here, but I would like to ask you a similar question because I couldn't solve it by myself.I'm trying to ...

1 years ago

1 answers
517 views
0
Update Flask User Information

We are creating a page to update user information.After pressing the Change button of the user in user_maintenance.html, it transitions to account.html.For some reason, the user name shows the user na...

1 years ago

1 answers
373 views
0
What causes the second row to stick out when scrolling in HTML tables?

If you scroll through a table with the first column and the first row fixed in HTML, the scrolling column will overtake the first column as shown in the image below.Why does it stick out after scrolli...

1 years ago

1 answers
420 views
0
I don't know HTML at all.

<!DOCTYPE html><html> <head> <meta charset=utf-8> <title>Game</title> <link rel=stylesheet type=text/css href=game.css> <script src=https://cdn....

1 years ago

1 answers
334 views
0
Is there a way to make a file recognize another folder in the same workspace?

When you add two folders to the VS Code workspace as follows, workspace- - - - - ├ project │ ssample.html └ img └ sample.pngI would like to make sample.html recognize the img folder as if it were unde...

1 years ago

1 answers
346 views
0
How to store Slider origin in JavaScript session storage

I want to save the range input slider's discharge (the last position on the slider) in session storage and let the last release value appear when the web page is refreshed. I don't know exactly becaus...

1 years ago

1 answers
479 views
0
I want to know why if the element with pointerdown disappears after ignition, the focus will be off even if another element is focused.

It is as the title suggests.When an element that gives a pointerdown event disappears after the event fires, even if the focus() method forces other elements to focus, it will fall out.This does not h...


1 answers
446 views
0
I make Othello with JavaScript.I'd like to suspend the processing, but it doesn't behave as I expected.

I make Othello with javascript.When the user clicks the p-tag, the location of the clicked board is passed to run().I prepared NPCs that players type randomly after typing, but I wanted to visually pa...

1 years ago

1 answers
325 views
0
I want to know how to automatically specify the height in the div with the background-image specified.

What do you want to doI would like to know how to automatically indicate height in a div with background-image, max-width specified.If it exceeds max-width, I want to reduce it to max-width.If possibl...

1 years ago

1 answers
421 views
0
If a Web page including a vertical image is printed, the image is outputted to a second page.

If you print the HTML below, .test-2 will appear on the first page, but The .test-3 image will be printed on the second page.Just below .test-2 (pink) on the first page, as shown in the first image (v...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.