I have a form in my html, in it I have a field described this way:
<option value="sao-gabriel-da-palha">São Gabriel da Palha</option>
In my database I have to put the value equal to value , so I wanted the value to come di...
I'm a beginner in programming and I have a little problem here. I have already done a good search here in stackoverflow, both in Portuguese and in English, but I could not adpatar or put a solution in practice here. I apologize if the code does...
Hello, I would like help with a small problem, although it sounds simple, I do not mess with CSS so I ask for help. I would like to set the width of my button when the site is accessed for 100% so that it occupies all space. I be...
Hello, I'm learning javascript and wanted to know how I do what is typed in the HTML text box that is printed on the screen in javascript document.write.
I'm having a problem with a checkbox in firefox.
I mounted it like this:
.checkbox {
display:none;
}
.checkbox + label:before {
font-family: 'Material Icons';
display: inline-block;...
I need some help with the source code below:
CSS :
img {
display: block;
}
Javascript :
var total = 5;
var numero = 1;
function mostrar() {
if (numero <= total) {
var inicio = (numero - 1) * 1 + 1;...
Well, I have a problem, I know this is functional, but it never worked for me.
Follow the code:
HTML
<section class="menu-departamentos">
<h2>Departamentos</h2>
<nav>
<ul>
<l...
I have an HTML page on bootstrap and it is already responsive. But I need that when they access the site in a certain resolution defined by me hide only one of a table this is possible?
I would like to know how to break line between tags of the same type
Ex: I have several labels and I want to break the line between them, but so that I do once for all