Questions tagged as 'html'

3
answers

How to treat the value field?

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...
asked by 10.08.2017 / 04:26
3
answers

Prevent redirection after submitting form

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...
asked by 17.08.2017 / 04:11
1
answer

Set the CSS width of the button to 100% when mobile

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...
asked by 28.03.2017 / 21:25
3
answers

Value of html text box to be received by javascript variable

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.     
asked by 08.03.2017 / 02:20
1
answer

checkbox icone google in firefox

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;...
asked by 14.03.2017 / 17:16
1
answer

Display and hide images with JavaScript

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;...
asked by 17.02.2017 / 11:47
1
answer

CSS problem

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...
asked by 11.02.2017 / 17:24
2
answers

Hide table td in some cell resolutions

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?     
asked by 02.10.2017 / 15:02
3
answers

How to break line between CSS tags [closed]

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     
asked by 04.10.2017 / 19:48
1
answer

How to create a checkbox that can not be changed value (readonly)

I would like to make the checkbox not change (readonly).     
asked by 26.07.2017 / 05:34