Questions tagged as 'html5'

1
answer

Duplicating bootstrap menu

I'm noob in web development and I need a little help from my colleagues, if possible. I'm doing a site, using the bootstrap, and I came across a little problem. I have two drop-down menus and when I click on one or the other both menus are op...
asked by 14.12.2017 / 12:01
1
answer

Checking whether an element is visible or not on the page

I have the following buttons: First button: <button id="modal-btn" class="button btn-cart btn-verde-claro"> <span>Comprar</span> </button> Second button: <div class="btn-comprar-fixed-mobile" id="btn-comp...
asked by 05.01.2018 / 18:41
1
answer

Pass $ route as parameter to a Vue JS function

Is it possible to pass $route as a parameter to a function? <v-btn color="info" v-on:click="getProximo('this.$route')"> Próximo </v-btn> I need to get a parameter that is in $route , but when I use this.$rout...
asked by 13.11.2017 / 19:07
3
answers

How to Take the "resizing" of a textarea?

                                                    < script src = "//cdn.tinymce.com/4/tinymce.min.js" > < /script> < script > tinymce.init({ selector: 'textarea' }); < /script> <div class="form-group...
asked by 23.05.2018 / 14:44
2
answers

Responsibility error in HTML and CSS

When I minimize the screen, the photos are out of the block, follow the HTML and CSS code <!DOCTYPE HTML> <HTML lang="PT-BR"> <head> <title>Cartola dos Amigos</title> <meta charset="UTF-8"> <l...
asked by 23.05.2018 / 01:50
1
answer

How to have two checkbox components inside a row with a title

I am new to HTML / CSS / Bootstrap and am having a question about how to put two checkbox components inside some kind of container with a title. Am I doing it the right way or is there another better way to do it? My components look like this:...
asked by 16.11.2018 / 23:54
1
answer

add more than one name in the form

I have the following problem, I have an image map , where when clicking the coordinates the result appears within a <input type="text" /> , however I can only put the name of one of the coordinates clicked. p> I would like to know...
asked by 07.02.2018 / 22:05
2
answers

Insert Image through CSS or HTML? [duplicate]

Hello! I am having a question about the difference in how to insert images. I know that I can insert images by HTML and CSS . But what's the difference? And in what situation should I use each of them in the right way?     
asked by 15.11.2018 / 23:00
1
answer

HTML5 Semantic Structuring, How to use it?

Context I was making a template prototype for a website, and I came across a question regarding the tag <aside> . Below is an example to explain the semantic division. Explaining the tags    Tag Header           ...
asked by 29.12.2017 / 01:40
1
answer

How to put links from social networks to share the link of the page of a post?

I have a question. I do not understand much about ASP.Net, but a friend of mine asked for help to implement social networking buttons on his TCC site. His CBT is a news portal like any other. He would like to put on each post page something l...
asked by 21.09.2017 / 17:32