Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To send data into iFrame you don't need JavaScript or anything. You just have the form's target attribute match the iframe's name attribute. The outer page doesn't even reload. Copy this code and test it.
0
1948
posted 7 years ago by apphp-snippets
Sollen bei den Eingabefeldern in we:userinput automatisch das aktuelle Datum angezeigt werden ist es notwendig, den WE-Tag userinput als HTML-Formular zu schreiben. Wichtig ist dabei, dass die feldnamen nicht verändert werden, damit die Eingabe durc...
0
933
posted 10 years ago by ulfinger
Stand: 2011. Abhängige Gebiete (vor allem Inselterritorien) sind aus der Liste entfernt; Die Ländernamen wurden nach Möglichkeit in der Kurzfassung verwendet.
0
1020
posted 10 years ago by ulfinger
The favicon is much normality in our days. Here the "apple-touch-icon" definition which is used when you save a bookmark to your home screen on an apple touch devices such as an iPad or iPhone. The interesting thing is that Android also supports its...
0
1083
posted 10 years ago by apphp-snippets
Code to replace your opening <html> tag with conditionally set IE classes, including IE10.
1
1185
posted 10 years ago by Japegrape
The <!--> syntax is the HTML comment. This is the way to add your own notes into the code which will not display when the HTML is rendered by the browser. It is also a good practice for web-developers to use the comment tags to "hide" scripts from br...
0
3497
posted 10 years ago by apphp-snippets
Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS
2
1322
posted 11 years ago by Rar
Comingsoon Page for those who don't have time to code.
HTML5 web form for email subscription. PHP backend and MySql database.
Compatible across browsers
0
923
posted 11 years ago by flanker
The colgroup and col structure is like a directive that specifies table formatting outside of the normal flow. Notice that the col tags do not get closed in HTML5, and the cascade is irregular. Normally the cascade applies to children, but the rows a...
0
898
posted 11 years ago by COBOLdinosaur
One of the limits of using lists (ordered and unordered) is that they have no provision for a heading. You can do something like: <ul>This is a Title<li> etc... but it is invalid because the list containers can only contain List Items. One way common...
0
897
posted 11 years ago by COBOLdinosaur
This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically)
This is the SMS one, which overrides the default calling behavior (ex : <a href="http://giocaregratis...
0
1042
posted 11 years ago by haydin
Jaidee Framework is Graceful and powerful HTML & CSS Framework for building flexible and responsive website and mobile app development.
1
887
posted 11 years ago by kanin2604
File inputs can have an attribute of "multiple" which then allows multiple files to be selected in the file section dialog box. Currently only Firefox 3.6+ and WebKit browsers are supporting it.
0
793
posted 11 years ago by apphp-snippets
This example is a basic design structure for loading multiple video and audio formats for universal work of media content on your page.
1
1048
posted 11 years ago by apphp-snippets
This definition allows redirection to the provided URL in 5 seconds. You may set it to 0 if you need an immediate redirect.
0
959
posted 11 years ago by apphp-snippets
jQuery Mobile <head> template with needed css and js from CDN.
From http://http://jquerymobile.com/
0
898
posted 11 years ago by goo