Published in: HTML
100% valid (validates against the W3C's validator), pure XHTML. Enjoy!
Add profile="http://gmpg.org/xfn/11" to the 'head' element for social stuff.
Stylesheet media type is "all", so you can do different media types in one file (http://meiert.com/en/blog/20070221/print-style-sheets-the-basics-for-no-excuses/).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="" /> </head> <body> </body> </html>
You need to login to post a comment.
