html5 tag

175 questions


1 answers
37 views
0
This is an inquiry regarding css placement

<header> <div id=topIcon> Two imgs </div> <div id=topSearch> input, button, input </div> <div id=topIcon> 1 img </div></header>Two icon images / sear...

2 years ago

1 answers
39 views
0
What is the code to enter a specific url value in html and move it to that url address?

In an html file Specific urlFor example, if there are spaces to be enteredEnter 890321 in the input column.Pressing a specific button ww.domain.com/890321Is there a code that can be transferred to the...

2 years ago

3 answers
41 views
0
How do I deal with the custom part when I use Bootstrap?

I want to develop a website using the Bootstrap design.When I looked at the bootstrap site, the CDN link was introduced, so I used it. (I don't know if you usually use bootstrap as a CDN link. )After ...

2 years ago

1 answers
115 views
0
Is it possible to implement an RPG chat system in HTML5?

Hello.Web building with Node.js environment.I'm going to implement a chat system, and the chatting method used in RPG games such as the Kingdom of the Wind is I want to implement it.The following feat...

2 years ago

3 answers
53 views
0
I want to know how to specify % on one side and fill in the rest of the column when giving the area value of the column to % in HTML.

If you give the area value of col1 by 60%,I wonder how to fill the remaining space (40%) without specifying the area value for col2.I know it's possible, but I can't think of a way;

2 years ago

1 answers
52 views
0
I have a question for HTML site optimization

meta name=descriptionmeta property=og:typemeta property=og:titlemeta property=og:descriptionmeta property=og:site_namemeta property=og:localemeta property=og:urlmeta name=twitter:cardmeta name=twitter...

2 years ago

1 answers
37 views
0
Order of html script

The first thing that exists in the head tag for the execution order of the script statement is executed After that, I thought it would be executed in the order of body tags.However, when I tested it a...

2 years ago

1 answers
98 views
0
I have a question regarding the input=submit tag.

input type=submitWhen writing code with , you can see that the effects in the <input type=submit> box change when clicked. You can click it, but do you know how to keep the effect unchanged?It's...

2 years ago

1 answers
82 views
0
I have a web application question.

Hello, everyone I have a web application question.First of all, I'm only making html, css, and jquery.I'd appreciate it if you could tell me in detail because it's a beginner.For questions, please ref...

2 years ago

1 answers
91 views
0
I'd like to place html input tag and button tag on the same line.

<!DOCTYPE html><html lang=ko><head> <meta charset=UTF-8> <title>Document</title> <style> /*ID Style*/ #input_search{ width: 400px; height: 40px; padding:...

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.