html tag

658 questions


1 answers
432 views
0
I want to arrange images without HTML or CSS grid.

I would like to adjust the arrangement of the images.There are two main ones.FirstI'd like to arrange the first stage evenly at both ends of the second stage.→ Currently, things are not going well, so...

2 years ago

1 answers
311 views
0
FILTER OF HREF IN ADBLOCK OR THE LIKE

What kind of filter would it be if both hoge and fuga wanted to erase the elements in the URL string (value of href attribute) out of order?a href=example.com/hoge/fugaa href=example.fuga.com/hogeand ...

2 years ago

1 answers
457 views
0
I want to put out a border when I mouse hover on jQuery.

I want to put a border on the span tag when I hover, but it doesn't work.What should I do to make it work?<ul class=nav> <class=nav-item>a class=navbar-link href=/xxx.html>span class=li...

2 years ago

1 answers
355 views
0
Flexbox does not align the height of the elements

I'm coding with css, but the height of the elements in the flexbox is not alignedThe code below is HTML.<div class=plans-content> <div class=plan-content-item> <h3class=plan-content-tit...

2 years ago

1 answers
381 views
0
The navigation menu does not line up.

I'm working on a website for practice, but it doesn't stand side by side.Please tell me more about the cause.<!DOCTYPE html><html lang=ja><head><metacharset=utf-8><title>...

2 years ago

2 answers
300 views
0
It's a Google browser, but Mozilla appears on browserName.

var name=navigator.appName;console.log(name)I wrote the javascript code and ran it on Google browser, and it said Mozilla.Is this correct?Is there something wrong?

2 years ago

1 answers
394 views
0
HTML Posting and Browsing Screen [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 2 years ago.Two years agoShould I lock the post screen (management screen) i...

2 years ago

1 answers
96 views
0
I uploaded a file consisting of html, css, and js to the server, but only html is reflected.

I would like to solve the problem of uploading a file that consists of html, css, and js like the title, but only html is reflected.Also, the image is not reflected.The reason I came up with this idea...

2 years ago

1 answers
93 views
0
Unable to send mail from the inquiry form created in PHP

I'm a beginner at PHP, but I can't reach gmail even if I press the send button.I checked the spam, but there was no spam.I give it to xserver using docker.Why can't I send an email?I look forward to h...

2 years ago

1 answers
105 views
0
How to Read External HTML Files in jest

I would like to conduct a test using the JEST framework.The JEST document writes HTML using document.body.innerHTML as shown below.Is there a way to view an external HTML file without using document.b...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.