Questions tagged as 'html'

1
answer

Space between HTML tags

I'm a beginner in development with HTML and CSS, and I'm having a hard time understanding why html tags are a space. As in the following example where I have a header, a div and a footer with different colors for easy visualization, and between...
asked by 24.07.2018 / 02:31
1
answer

Error in mat-select when I try to choose an item

Error:    ngModel can not be used to register form controls with a parent   formGroup directive. Try using         formGroup's partner directive "formControlName" instead. Example: My HTML <div class="container"> <form [for...
asked by 18.07.2018 / 20:03
1
answer

Why is not one div next to the other?

I have two div s followed, one has width 100px and the other 200px . Adding the width of the two (300px) is well below the viewport width of the screen (on a desktop screen, for example), but the second appears below the...
asked by 20.07.2018 / 02:37
3
answers

Alert When Sending Email Successfully

I need help when the email is successfully sent a message appears in an alert (it can be another way), saying that it was sent successfully, so that user n has doubts about whether it was or not. Here is the code I have: HTML <form id="f...
asked by 19.07.2018 / 23:39
3
answers

How to make a panel with double information with tr

I can understand basic handling of <tr> , as in the example below where we have information on each line. <!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid pink; } </s...
asked by 25.07.2018 / 15:42
1
answer

Transform the results of an HTML form into HASH with JQuery and JavaScript

I'm trying to see the credit card hash informed to test with Moip, but my Javascript does not show me on the screen, it returns me [Object, Object], I would like to see the complete hash to pass to Moip. > PS: Moip's sample credit card link is...
asked by 26.07.2018 / 17:17
1
answer

Set current date in Input type Date

I want to set the current date in this input type date; using this way with php it just gives the value of the current date, but viewing shows only dd / mm / yyyy, but inspecting the code the value of the "value" is with the current date. Can so...
asked by 26.07.2018 / 21:47
1
answer

Use the select tag to change the content of the page?

I'm starting to use JavaScript and would like to know how to use select strong> chosen, the page shows me a different return ( its characteristics ). $(document).ready(function() { var ling = ["Java", "JavaScript", "PHP", "Python...
asked by 01.11.2018 / 12:52
2
answers

How to display / hide an input field from a select field? [closed]

I have a select with two options: 0 and 1 , when I select the 0 option, I need to display a field and when I select 1 , the field must be hidden. How can I get this result?     
asked by 01.11.2018 / 14:32
1
answer

Rendering map using API with spring boot

I'm developing a web application using spring boot and I'm trying to implement a map on the main application screen. The latitude and longitude are being picked up in the mobile application, so I'm doing a CartDTO to get submit the coordinates o...
asked by 13.07.2018 / 05:43