Questions tagged as 'html'

1
answer

Why does the "container" class in Bootstrap leave side spaces on the page? This is normal?

Why does the "container" class in Bootstrap leave side spaces on the page? Is this normal or am I forgetting something? I need to know how to change the height of each row , as I tried to use height and it does not recognize.     
asked by 26.10.2017 / 14:56
2
answers

Animated Placeholder

I found this response link but I can not keep the placeholder as a title, as soon as I type something it disappears, in this way box goes unidentified .inputAnimado{ margin: 10px 25px; width: 200px; display: block; border: no...
asked by 08.05.2017 / 04:31
1
answer

JS How to auto-fill an input with JavaScript?

Hello I need to make a button that when it clicks it automatically fills in the input fields. HTML <button type="button" id="botao">Auto</button> <input type="text" id="nome"> <input type="text" id="sobrenome">...
asked by 04.08.2017 / 02:56
1
answer

Are there tags that have no special purpose?

I often come across HTML tags being used in two ways. First form: <title>Stackoverflow</title> Second form: <meta charset="utf-8"> Notice that in the tag title there was the closing </> and i...
asked by 31.03.2017 / 00:59
2
answers

Get selected textContent from combobox with javascript

I'm trying to get the textContent from the combo at the time it is clicked on the Save button, so it will mount a table with the values typed in the input text and the selected combo. Html example: <div class="modal-content" id="cadastr...
asked by 14.06.2017 / 20:01
3
answers

Fit image to div size [closed]

Well, I'm creating a mini social network but I'm having a little problem, the profile image does not fit the div. Mycodeis:<divclass="profilepic"></div> <style> .profilepic { width: 150px; height: 150px; border-radius: 50%...
asked by 17.07.2017 / 21:22
2
answers

How to submit form data by JavaScript and redirect

I need to have my form send data to another page of the server so that it inserts into MySQL but redirects the user to another page but before it receives a message of success. However, for some reason, the message is not appearing. Form + J...
asked by 22.08.2017 / 20:06
1
answer

Problem with line height in a table in HTML

I used the following code to show some data in a table: <table> <thead> <tr heigth="2px"> <th align="left" width="180">Nr DBC</th> <th align="left" width="380px">Descriç...
asked by 18.02.2017 / 18:42
1
answer

How to import external Jquery?

Good afternoon, dear ones. I'm having a problem importing the external javascript, (in the Jquery library case) The files are in the correct folder but when I call through src="" nothing happens. From this, thank you for your help....
asked by 12.02.2017 / 00:35
5
answers

Change document from HTML to PHP

People, how do I turn an HTML file into PHP? Just change the extension? Is it okay to do so? Apparently, my server read the page I changed from HTML to PHP, but I have doubts whether it's right or not, after all, I've just changed the extension...
asked by 24.08.2017 / 19:58