Questions tagged as 'html5'

2
answers

What kind of measure used at the time of building a site for width, height etc ...?

What type of measure is used when building a site, such as width and height. If it's pixel, percentage, dot, centimeter?     
asked by 29.01.2018 / 01:29
3
answers

Code to send message to email by push button

I already have the form with the message box and etc, I already have the send button, but I need the code to when I click send, the message will be sent to a certain email. My code: <form action="#" method="post"> <div class="c...
asked by 06.10.2016 / 17:58
1
answer

Complete Regressive Chronometer in Pure JS - Problem Counting

People, I am creating a regressive timer with the buttons (start, pause, reset, restart and save time) with the initial time being set in an input as well. I searched several times in various posts in the .stackoverflow and other internet fo...
asked by 20.05.2017 / 08:29
3
answers

Writing Div ID does Appear Div Hidden

I know the question is confusing, but the question is simple but I have no idea how I can do it, come on. I have a login system The person logs into this site It has the home page, in which I want to apply the script Ok, what script?...
asked by 24.03.2016 / 15:22
1
answer

Responsive image alignment with Bootstrap

I'm having a hard time aligning a responsive Bootstrap image. My image is with the class ( .img-responsive ) properly applied and inserted inside a row and a div with class .col-md-12 . When I apply the class ....
asked by 03.10.2015 / 08:19
1
answer

Save number to phonebook? [closed]

I have a mobile app accessing via browser, this one has a button with a phone number. I would like that when the user clicks on this button the number would be saved in the phonebook. Thank you     
asked by 01.08.2016 / 14:54
1
answer

Treat 404 in html5 video

How can I handle errors like 404 in the html5 video tag? I took a look at all available events and the only one that should serve in this case was the onerror , however, when I define it by means of an attribute in the tag. The same can never f...
asked by 18.05.2016 / 16:11
2
answers

How to Create conditional in a DIV to change content

I'm trying to make a conditional to display content within a div . My site has CSS adjustable per browser type, but this only changes the display size! I need to change the content of a given div for each type of browser...
asked by 21.08.2015 / 16:23
2
answers

Master page in HTML

Good morning! I'm trying to make a Master Page in HTML 5. I created an HTML page called master.html with every menu structure I want. I call this page as follows on my index.php page and it works: <html> <body>...
asked by 24.08.2015 / 15:17
2
answers

Div or image appears only inside another

I would like to put a div or an image (preferably div, if it is possible) inside another one, for example, I wanted the Div not to appear outside the other if it is surpassing behind. href="https://i.stack.imgur.com/XBKF2.png"> In the examp...
asked by 07.07.2016 / 16:22