Return to Snippet

Revision: 18253
at September 24, 2009 14:11 by jdaihl


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="newriverbridge-org">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>[TITLE HERE]</title>
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="imagetoolbar" content="false"/>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)"/>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/screen.css" media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="css/enrich.css" media="screen, projection"/>
<link rel="stylesheet" type="text/css" href="../css/handheld.css" media="handheld"/>
<link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie.css" media="all"/><![endif]-->
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen, projection"/><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" media="screen, projection"/><![endif]-->
</head>

Initial URL


Initial Description
This is the typical DOCTYPE and <head> I use when starting a new project.

Initial Title
Typical DOCTYPE

Initial Tags


Initial Language
XHTML