Questions tagged as 'html5'

1
answer

Doubt about POST and GET in php

I tried searching the internet, but I could not answer my question ... I started programming the web recently, although I already used post and get, I came across a situation where I got "packed". I have the page cadastrar_endereco.php, which is...
asked by 07.04.2014 / 23:00
1
answer

Geolocation with Mobile Data

Well, I'm trying to make a project to be used in SmartPhones, specifically in Android, but not developed in Android! I'm just using HTML5 and CSS, all responsive, and I want a functionality that just worked in Angular (I think) What I...
asked by 08.02.2017 / 10:56
2
answers

How to create a toggle button with input = checkbox without using the label element?

Create / transform a <input type="checkbox"> on a toggle button without needing the <label> element as in these examples: How to create a toggle button on and toggle off? An example I made based on the Andreas...
asked by 19.02.2018 / 14:12
1
answer

In HTML how to increase the space between the TDs without using cellpilling cellspacing?

My idea is to make a table that has a spacing between cells, as in the image: ButaccordingtotheMozilladocumentationforexample,youcanconfirmthatcellspacing="" cellpadding="" attributes are obsolete link And even if you talk:...
asked by 19.09.2018 / 17:46
2
answers

Is it possible to put a 'pre-image' in the youtube iframe?

I've embedded a youtube video on this site: link I would like to place an image above the video when it is paused at startup. I already did that but it was tagged 'video'. Can you do this with the iframe (this can be called an API?) From...
asked by 08.10.2015 / 15:55
1
answer

What's new between HTML5.2 and HTML5?

According to Wikipedia in the HTML topic , you can see the following HTML version table and their respective years: Enteringthe HTML5 topic on the same site, just says:    This new version brings with it important changes in the role of...
asked by 09.12.2018 / 07:50
1
answer

Height in video html5

I'm using the html5 video tag. I wanted to make my video 100% height , however, as soon as I use the height attribute, it repositions to my video and does not increase it. > I wanted to make a menu just below the video like this site...
asked by 08.04.2015 / 16:56
2
answers

How to make a progress bar with steps?

How could I make a progress bar of steps using html5, css3 and js? An example to make clear what I need to do: I have a preference for zero, but is there a library ready for this?     
asked by 14.08.2015 / 17:45
2
answers

Display input value type date

I have the following input: <p>Data Saída:</p> <input type="date" maxlength="10" id="saida" name="saida" value="29/01/2016"/> It is being displayed as follows: But I want to display your value and not the dd /...
asked by 18.01.2016 / 18:44
2
answers

Wrap attribute of textarea tag

What is the utility of the wrap attribute of the textarea tag? What's the difference between your soft, hard, off values?     
asked by 17.02.2016 / 17:23