html5 tag

175 questions


1 answers
36 views
0
I have a question about HTML related grammar.

Tags were used to set up Fabicon on web pages. I used the method suggested by Stackoverflow.In the middle of the source, it was called 'favicon.ico?v=2'.Here?What does 'v=2' mean?

2 years ago

2 answers
69 views
0
What is the exact technical name for this technology in web programming?

I have a question, so I'm posting a question. As shown in the picture below, I wonder exactly what kind of technology it is to move windows like div tags freely on a web browser.It's troublesome, but ...

2 years ago

1 answers
38 views
0
HTML Text Tags

I have a question. What is a tag that often uses plain text?Trying to tag short words label, div, span, p, etc... What tag do you use often?Can I use anything?

2 years ago

1 answers
39 views
0
I want to save an array in localStorage, what should I do?

var names=new Array(); names[0]=prompt(New member name?);You can just do this, but I have to save it to localStorage now. var localStorage[names]=new Array();localStorage.names[0]=prompt(New member na...

2 years ago

2 answers
36 views
0
HTML5 Related Questions

I don't know the exact name of what I want to ask, so I'll give you an example.If you look at NAVER, there's a tab like this.The feature of these tabs is that even if you select the main menu, it does...

2 years ago

1 answers
77 views
0
How can I get 3 div boxes per line so that only 1 div per line comes out per line?

Hello. I have a question about HTml and css.Question: Currently, there are three div boxes in a row. (Reference: http://mysnowbear.tistory.com ). I'd like to have two div boxes or only one in a row. (...

2 years ago

1 answers
131 views
0
multilingual processing

Hi, how are you?I'm going to make a multi-language homepage this timeIs there any multilingual processing in HTML?I'm going to process three things, Japanese, Korean, and EnglishI know what to do in P...

2 years ago

1 answers
96 views
0
Image, not image, on Apple's official site?

The picture above is a part of the iPhone 7 introduction page on Apple's official website.When I right-click on the image like in the picture, a menu that is not recognized as an image appears.So when...

2 years ago

2 answers
87 views
0
I'm curious about HTML class

<div class=site-search site-search--full> </div>If it's like this, should I do a .site-search when I use it in css? Does site-search--full represent an additional explanation?For another e...

2 years ago

2 answers
64 views
0
I wonder what content is appropriate in the header element.

I wonder what content is appropriate in the header element.The header element cannot be directly included inside the main element, but I heard that it is possible to use the header inside the section ...

« - 16 - »

© 2024 OneMinuteCode. All rights reserved.