By Bald Basco
<video width=”300” height=”300” controls>
<source src=”vid.mp3” type=”video/mp4”>
<source src=”vid.webm” type=”video/webm”>
<source src=”vid.ogv” type=”video/ogg”>
flash object
</video>
navigator.geolocation.getCurrentPosition(callback, handle_error, opt)
var worker = new Worker(‘worker.js’); worker.onmessage = handler_function;
<input type="email" required autofocus />
To sum up: there’s no downside to converting all your email address form fields to type="email" immediately. Virtually no one will even notice, except iPhone users, who probably won’t notice either. But the ones who do notice will smile quietly and thank you for making their web experience just a little easier.
@media screen and (max-width: 600px) { background:#FFF; }
<link rel=”stylesheet” media=”all and (orientation:landscpe)” href=”lscape.css” />
background: hsl(207, 38%, 47%);
text-shadow: #555 4px 4px 4px; /* color, h-offset, v-offset, blur */
box-shadow: #000 10px 10px 10px 3px; /* color, hoff, voff, blur */
border-raidius: 10px 11px 12px 13px;
background: url(img/a.jpg) center center, url(img/b.jpg) top left repeat;
opacity: .4;
column-count: 3; column-width: 100px; column-gap: 20px;
transition: width 2s, height 2s;