175 questions
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 ...
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...
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...
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...
// 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...
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 ...
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...
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...
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...
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 ...
« | - 14 - | » |
© 2024 OneMinuteCode. All rights reserved.