/ Published in: XHTML
This is a no-nonsense xHTML 1.1 template for use in a new document. The first head section has the stuff that shouldn't change from project to project. The second head section has the stuff that shouldn't change from page to page. The third has the stuff that should change on every page.
I've also added links to a print CSS file, a screen CSS file, a favicon, the Google Code jQuery file, and your own javascript file.
I've also added links to a print CSS file, a screen CSS file, a favicon, the Google Code jQuery file, and your own javascript file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="content-style-type" content="text/css" /> <meta name="author" content="Kerrick Design" /> <meta name="generator" content="Generator? Kerrick Design hand-codes each website from scratch." /> <link rel="stylesheet" media="screen" href="css/style.css" /> <link rel="stylesheet" media="print" href="css/print.css" /> <link rel="shortcut icon" href="favicon.ico" /> <meta name="date" content="April 11, 2009" /> <meta name="keywords" content="" /> <meta name="description" content="" /> </head> <body> </body> </html>