Questions tagged as 'html'

2
answers

Hover - css does not work

I'm doing something stupid but I do not know which one. I'm basically trying to create some classes in css, but it's not working as expected td.ok { height:26px; padding-left:4px; padding-right:2px; font-family:Verdana, Geneva, sans-serif;...
asked by 09.01.2018 / 18:25
2
answers

PHP How to generate a unique ID equal to that of the GOOGLE shortcuts

goo.gl/A4hI  How can I be generating an equal ID of this google and verify if it already exists, if it happens generate another. PHP     
asked by 31.12.2017 / 18:04
2
answers

remove checked from input radio

How can I remove checked input radio if a div has the click effect? <!DOCTYPE html> <html> <body> <form action=""> <input type="radio" name="gender" value="male"> Male<br> <input type="radio" name="g...
asked by 09.01.2018 / 18:32
3
answers

Load HTML from another HTML [duplicate]

I would like to ask for help loading in my main HTML file external files from 2 other HTML pages Below is the nav <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <ti...
asked by 31.01.2018 / 06:30
3
answers

Why does parseInt return NaN?

I have this code: function aparecer() { const elemento1 = document.getElementById('numero').value; const elemento2 = parseInt(elemento1); alert(elemento2) } <html> <body> <button onClick="aparecer()"> A...
asked by 18.02.2018 / 19:07
2
answers

How to make an input to accept only letters?

I am making a form and the user has to type only letters in the field of his name, I want to block him to type some other type of character ah not be the letters, how do I? I am programming with HTML5 and CSS 3. The form will be WEB.     
asked by 15.07.2016 / 20:53
1
answer

two different patterns in the same HTML input

Hello, I would like to know if there is a way to put more than one pattern as an alternative to the first one in html For example, a person can only use Gmail.com and Hotmail.com, so that they can fill in with an OU other ex: <input...
asked by 08.08.2016 / 18:10
3
answers

Is it possible to insert an SVG as value into an input tag?

I have the button below and what I want is that instead of the name "Go", I can use an image, be it in SVG or even something of Awesome Font. How to proceed in this case? Thank you in advance! input {background:#B80000; color:#fff; font...
asked by 07.03.2018 / 15:23
3
answers

How do I get the result of the select and assemble the HTML?

My problem is: I have a start date field and a end date field and in my table a date field . The user is going to type a start date and a end date , and in the database I check if there are data included between those dates. If there...
asked by 27.08.2014 / 16:27
2
answers

Increase size field balls for password

I want to increase the size of the "balls" of an input password, I thought of input { font-size:140% /*exemplo*/ } for example. However, only the bar that keeps blinking at the time of typing increases. The password characters do not incr...
asked by 23.09.2014 / 02:46