Welcome To Snipplr
Everyone's Recent Snippets Tagged xhtml
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
With this snippet you will have the ability to display the `<DOCTYPE>` while sending the correct headers with support for content type negotiation.
It also will correct itself for the W3C validator which does not send the correct Accept header for...
0
10956
posted 5 years ago by daemondevin
This quick-start xhtml is fixed with
* `content`: zh-CN(simplified chinese)
* `charset`: utf8
**Strongly recommend**
Codes typed into a text file encoding with utf8
Before you applied xhtml codes, all you need to do is to repla...
1
1046
posted 10 years ago by jacktan
Configure settings for all external links on your site.
Features:
* Open external links in new window or tab
* Add "nofollow"
* Set link title
* Set link icon
* Set classes (for your own styling)
* Set no-icon class
* SEO friendly
0
1091
posted 11 years ago by freelancephp
Conforming XHTML 1.0 Strict Template - The Web Standards Project
1
1102
posted 12 years ago by thesmu
Conforming XHTML 1.0 Transitional Template - The Web Standards Project
1
1029
posted 12 years ago by thesmu
Namespaces for enable browsers redering stuff for facebook's fbml, Google+1 and WAI-ARIA attributes in XHTML served as application/xml+html.
0
1014
posted 13 years ago by leobetosouza
This is just a simple page full of XHTML to follow along with my JS book. A template.
0
859
posted 13 years ago by inreflection7
Same as my other snippet of XHTML to test with for CSS, but also have included message code for different types of messages. Perfect for building and styling applications.
1
1066
posted 13 years ago by smoothdzion
The most annoying thing I find working with the strict doctype is the inability to send users off to a site in a new window.
To combat this, I always use the above snippet.
Some people just stick the attribute on the anchors when the page loads...
0
809
posted 13 years ago by digitalclubb
Uses jQuery to give links with rel=\"external\" the ability to open in a new window, while keeping the document XHTML or HTML Strict. Works by assigning a \"_blank\" value to the \"target\" attribute of all such links after the page has already loade...
0
879
posted 14 years ago by Moridin
blank xhtml template from NetBeans 6,9 with load all google AJAX Libraries API
2
1173
posted 14 years ago by knedle
A very basic XHTML 1.0 Transitional page template without too much indent.
0
1098
posted 14 years ago by HL