Welcome To Snipplr
Everyone's Recent Snippets Tagged html5
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This example is a full HTML5 article structure. Just copy/paste it into your page to check.
0
3982
posted 9 years ago by apphp-snippets
Aligning a label with a checkbox can be tricky. Here is the HTML and CSS I used to achieve it.
0
4173
posted 9 years ago by mattvbiggs
The new updated introduced auto scrolling to highlighted elements, possibility to hide 'next' and 'skip' buttons, add html markup in description, and more.
0
3418
posted 11 years ago by lanagio
This step-by-step tutorial describes how to build an HTML5-based mobile web app by means of Webix library (open source, GPL) and PhoneGap framework. As a result you’ll get an awesome native app for Android devices with rich UI and high performance.
0
3272
posted 11 years ago by kengajunior
Having a handle for groups of options allows script driven dynamic effects to manage changes of presentation with in the select without having to refresh or use other inefficient methods of updating the display.
0
1978
posted 12 years ago by COBOLdinosaur
Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS
2
4176
posted 12 years ago by Rar
The first thing you might notice is that I am not using nested lists to layout the menu. That is an old XHTML layout technique. I am using the more semantically correct HTML5 <nav> tag. Menus are not lists, they are navigation so using the more moder...
0
3210
posted 12 years ago by COBOLdinosaur
Each image is positioned, dimensioned, and repeated according to the comma separated values in the other background properties. The images in the list are layered front to back in the same order they are listed in the rule declaration. If a backgroun...
0
3096
posted 13 years ago by COBOLdinosaur
Used to stretch a video / image to fill a background without skewing. Attach to resize events
0
2794
posted 13 years ago by rickygri
This example is a basic HTML5 page structure that you can use for developing of your HTML5 website layout.
0
4163
posted 13 years ago by apphp-snippets
In modern browsers select options can now be style using most css properties. Of course, IE is still behind but it does support some styling as well. There are a lot more options on the site.
0
2785
posted 13 years ago by COBOLdinosaur
Using an image background for a photo allows all kinds of framing possibilities
0
1563
posted 13 years ago by COBOLdinosaur
This JavaScript gets you the percentage position of the browser's scrollbar.
1
2742
posted 13 years ago by adrianparr
Logs offline application cache states. Swaps cache if updated version is available.
0
1577
posted 13 years ago by zfisic
Para limpiar o borrar una parte especifica de nuestro canvas podemos usar la función clearRect()
0
2380
posted 13 years ago by maiden
obviously one can access HTML5's data attribute super easy in jQuery
0
1830
posted 13 years ago by iroybot
This is a simple HTML5 CSS3 website template you can customize it according to your needs. It has a clean and modular code and css. No fancy stuff just basic elements presents like : slideshow, social icons and a navigation bar. Its cross browser com...
0
3209
posted 13 years ago by flanker
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark */
0
1873
posted 13 years ago by lingokid
slight modifications based off the work found here: http://snipplr.com/view/65196
4
3055
posted 14 years ago by shangle
None of the html5 skeletons I found had everything I wanted.
The only HTML5 element here is the doctype.
1
1859
posted 14 years ago by ryantxr