Questions tagged as 'html5'

0
answers

Elements overlap and overlap while zooming with flex-wrap

When you zoom in on the page, some elements do not "wrap around" correctly and overlap other elements. I am using as an option for layout organization the flex-box , since it was the only one with which I could align some elements as I wan...
asked by 26.11.2018 / 22:31
0
answers

Validation of multi-forms Jquery

I created a form, where I have a SELECT with three options, and when selecting them, jquery displays different form options with their respective contents (there are three DIVs with hide class to hide them). The problem is that when submitting t...
asked by 17.11.2018 / 21:46
1
answer

How to make a submit that zeroes a counter

I do not understand javascript and not to know how to search to make a button that when tight zerosse my counter which is a global variable <form id="btn" method="get"> <input type="submit" name="submit" value="zerar"onclick="submit()...
asked by 17.11.2018 / 21:12
0
answers

Why using the H2 tag does the following text lose the formatting?

I have an HTML structure as follows: <section> <h1>Título</h1> <article> <h2>Sub Título</h2> <p> Texto ........ <h2> Outro Sub </h2> Texto sequencia...
asked by 21.11.2018 / 15:16
1
answer

Force the opening of a page

Next, I'm studying CRUD with PHP and I can not solve a problem ... How do I make PHP open another page if a condition is true? In case it is a login, where after checking if login and password are correct, I want to redirect the site to anoth...
asked by 12.11.2018 / 09:40
0
answers

The images are not passing when I click the left and right arrows, can someone help me

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Garrafa</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css"...
asked by 22.11.2018 / 15:21
0
answers

Select a radio button automatically from the value of another radio button

Good afternoon, I'm working on a non-angular project. In this project I have a form with several radio buttons, where each group of radio buttons represents a scale. What I need to do is, check the values of the selected radio buttons, and from...
asked by 08.11.2018 / 18:38
1
answer

How to receive information added in the e-mail on the html site?

I have tried in many ways but I have not been successful in receiving in the email the information added by the client. I can summarize I have already obtained the code, the client accesses the site clicks on the respective items of that and mad...
asked by 07.11.2018 / 22:24
1
answer

Execute a method in an HTML element without using the click event

Good night, I have a radio button on a form, where it is only called when it meets the condition of an * ngIf, however, when ngIf is accepted and this element is called, I need a method to execute without you need to click any button. Here are m...
asked by 15.11.2018 / 21:54
1
answer

Bootstrap navbar close

Hello, I'm using bootstrap version 4.0 beta-2, and I have a question, how do I close the navbar menu after clicking on an item in the list? By default it is necessary to click on the item and click again on the menu to close it. I found a solu...
asked by 12.11.2017 / 05:02