Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is simple but saves time to copy-paste. This example has three columns (.boxcol) within the box. But the columns can be removed for single-column box.
0
1961
posted 15 years ago by rumremix
This code will allow you to embed flash on websites and those sites will validate on w3c validator.
Unfortunately, sloppy developers don't usually care about validation. :/
1
3195
posted 15 years ago by trusktr
Just a bit of essential code lines to start everytime from. // I don't use it :P
5
3039
posted 15 years ago by claudiowebdesign
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
1538
posted 15 years ago by touffies
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
1482
posted 15 years ago by Deej
This is source I created from a project currently in development.
0
1991
posted 15 years ago by chrislorenz
This is an example of what a typical description meta tag looks like.
0
1559
posted 15 years ago by goatboy91587
Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.
1
2143
posted 15 years ago by f6design
Always force latest IE rendering engine (even in intranet) & Chrome Frame. Taken from the HTML5 Boilerplate.
0
2077
posted 15 years ago by f6design
Testing, if Browser supports HTML5 "date" Value for type in input-fields
0
1496
posted 15 years ago by ichnoweb
Auto refresh the browser. Set refresh time with content="[seconds]"
2
1623
posted 16 years ago by reynish