html5 tag

175 questions


1 answers
46 views
0
Js Selector Question

Hi, how are you?<!-- html --><style> foo { border-right: 1px solid black; }</style><div id=foo></div>$('#foo').mosedown(function(e) { // // event code}I want to process ...

2 years ago

1 answers
43 views
0
The use of cite and Figcaption elements is confusing. How should I use it to get it right?

I have a question. I'm a little confused between the figure caption tag and the cite tag. Figcaption is only applied to the description and source of the image, and I'm wondering if the cite is more e...


1 answers
43 views
0
I want to know how to fix the browser address bar value.

Hello!I'm creating a site. The main.html is a situation where only the data inside is different depending on the id value after ?.There is index.html at the beginning.With url visible only as index.ht...

2 years ago

1 answers
109 views
0
Are
    and
    classified when dividing columns by grid?

    I don't know if you understand the question.Middleview to grid value Are ol and div treated at the same level (?)? <!DOCTYPE html><meta charset=utf-8><style> body{ margin: 0px; } #t...

    2 years ago

    1 answers
    135 views
    0
    JavaScript word alphabet counting function

    // a function that counts how many times a particular letter (ch) is in a given word function countCharacter(word, ch) { var count = 0; var res = word.toUpperCase(); var count = res.indexOf(ch); if(co...


    1 answers
    99 views
    0
    I want to realize the splash transition effect.

    http://www.marinimarmi.com/en/<<On the above site, If you click the Next or Previous button,I want to make it look similar like the splash transition effectWhat should I search for?I would like ...

    2 years ago

    1 answers
    104 views
    0
    Performance Issues in Hybrid App Development

    Originally, I was going to develop a native Android app using Cotlin,For responsive maintenance and integration on other platforms such as Android and IOSWe are preparing to develop a hybrid app.Prior...


    1 answers
    96 views
    0
    Insert HTML5 videos, can I insert videos of different sizes in an area with a specific size (ex. width: 600, height: 600) on one screen?

    Hello, I am a developer with experience in programming languages.I'm studying the website, but I'm a beginner, so I often ask simple questions. ;;;Just as HTML5 map tags allow you to link to a desired...

    2 years ago

    1 answers
    127 views
    0
    Web page header, keep footer

    Usually, when you look at a website, no matter what menu you click, the header and footer remain the sameShould I say it's framed?Header and footer are fixed no matter where you press it, and only the...

    2 years ago

    1 answers
    153 views
    0
    Concept of static page and dynamic page in web development. (+ ejs, Jade template)

    Hello.Web development with node.js.I asked you this question because I had doubts during the development.So far, we've been developing all the files in .ejs.However, when I tried to apply reactjs, it ...

    2 years ago
    « - 14 - »

    © 2024 OneMinuteCode. All rights reserved.