Questions tagged as 'html5'

2
answers

How to work with @media in css?

Greeting for all, I'm new to programming in Frond-End, and I'm beginning to learn how to tinker with @media to apply keying on a simple page, but what would cheating be? I created a responsive site when the page is more than 991px in width...
asked by 01.07.2016 / 01:22
1
answer

How do I return to the same place on the page after clicking the back button?

I am developing a portal, in it there are several news, when I click on one of them I am sent to a new page that treats this subject in full, my doubt is the following, I would like that after I click the back button I would return to the previo...
asked by 08.09.2016 / 15:40
2
answers

Open calendar from a link

I've seen many different ways of doing this, but none works I need to put a link on my website, where when I click, open the schedule for the person to save in her calendar Just like tel: mailto :, I saw some things like calendar: calshow...
asked by 11.07.2016 / 03:34
1
answer

How to check if a data exists in storage

Hello, I'm using the store.js library to make it easier and I'd like to know how I can check to see if a key exists in storage. Thank you for your attention and good evening: D     
asked by 20.06.2016 / 06:56
2
answers

How to modify the default layout of DataTables + Bootstrap

Hello, I used a tutorial I found on Youtube to use DataTables in my project. I managed to make everything work but the look was not very cool as you can see below. SolookingforasectionontheDataTablessiteitselfwithastylizeddemowithBootstrap3,...
asked by 28.05.2016 / 19:38
1
answer

Attribute enabled from HTML5 elements belongs to which interface?

I noticed that some elements of HTML accept the enabled attribute, but I could not identify in W3C the interface that shows its possibility of its use. Thank you!     
asked by 17.04.2016 / 02:10
1
answer

Calculate with Javascript and return in html

So people, I just need to get an HTML information and return the result of the calculation, but I could not. <html> <head> <title>Calculadora</title> <script language="javascript" type="text/javas...
asked by 14.07.2016 / 22:20
1
answer

Difficulty with Bootstrap responsiveness

Look closely at the screen; Itwasnottocontinuelikethis,itwasforhimisresponsive,itwasforOURSERVICE,IMOVEIS,KNOWUSandtheothersaresidebyside.Mypage<!DOCTYPEhtml><htmllang="pt-BR"> <head> <meta charset="utf-8"> <meta...
asked by 12.06.2016 / 12:53
1
answer

Aligning buttons in NAVBAR

I have the following buttons on my navbar: <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="~/...
asked by 16.09.2016 / 19:52
1
answer

How to use the pattern to delimit a minimum number in an input text?

Hello, I need to define that the minimum number entered in an input of type text is number 5, I tried as follows: <input type="text" name="someName" id="someId" required="required" pattern="(([1-9]?[0-9]?[5-9]?)|([0-9]?[5-9]?)|([5-9]?))"/&g...
asked by 18.05.2016 / 05:22