Questions tagged as 'html5'

1
answer

How do I refresh the page automatically when I save the project?

How to refresh the page automatically when saving the project to automate the job ?. To further automate design like in Cordova designs.     
asked by 11.05.2018 / 06:16
1
answer

When should I use the span tags, hn and p [closed]

I'm new to web development, and I wanted to know the difference between these tags and when I should use them, I researched them but I'm still having trouble. Can someone explain me very objectively?     
asked by 11.10.2018 / 20:20
2
answers

How to format integer in currency with javascript? [duplicate]

Example   var number = 3500;   I want you to return 3,500     
asked by 08.09.2015 / 16:00
1
answer

Set value inputmask jquery [closed]

I'm building a small system in jquery and in the part of the edition where I need to inform a value programmatically to the field the JQuery InputMask does not look right. Below the example of my code and what happened on the screen. $(".money...
asked by 19.12.2018 / 02:23
2
answers

Position HTML image does not scroll with screen

I'm creating a layout where the content is on top of an image, but I noticed that when you scroll the page, that image rolls together! Please, can anyone help me? Tks. There goes html code: <section id="corpo-topo" class="row"> &...
asked by 04.03.2017 / 06:03
1
answer

Create a regular expression to validate at least three characters (accepting spaces)

I'm using this in my code: <input required pattern="[a-zA-Z0-9]{3, }" title="Por favor, preencha pelo menos 3 caracteres entre letras e números." type="text" class="form-control" id="pesquisa" name="q" placeh...
asked by 09.08.2018 / 15:19
1
answer

Page Ratio in html5

I have an html code that I'm using to send email through phpmailer. The problem is that the background of the page is very large and I would like to know if I can narrow it down. Here is the code for the page: <!DOCTYPE html> <ht...
asked by 16.08.2018 / 16:51
1
answer

Align div inside a Box

I'm using flexbox, inside the parent div I put a div with text, it's initially positioned at the top, I want to position this div at the end of the parent div. But when I put position relative; and bottom: 0; the child div remains at the top of...
asked by 05.09.2018 / 19:17
2
answers

Bootstrap Menu does not work Responsive [closed]

Menu with Bootstrap does not work responsively. <!DOCTYPE html> <html> <head> <title>Nome da Loja</title> <meta charset="utf-8" /> <link rel="stylesheet" href="css/bootstrap.mi...
asked by 13.08.2016 / 00:31
2
answers

Change the color of the input color

I need a very important help, I have an input color with a color and a text field. How can I change the color of the input (color) using the text field.     
asked by 03.09.2016 / 21:09