Return to Snippet

Revision: 2602
at April 19, 2007 15:43 by cpjobling


Updated Code
<?xml version="1.0" encoding="utf-8"?>
<!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" xml:lang="en">

<head>
	<title>An XHTML 1.1 standard template</title>
	<meta http-equiv="content-type" 
		content="text/html;charset=iso-8859-1" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
        <link rel="stylesheet" type="text/css" media="screen" href="nostyle.css" />
</head>

<body>

     <p> Your HTML content here </p>

</body>
</html>

Revision: 2601
at March 15, 2007 07:07 by cpjobling


Updated Code
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
	<title>An XHTML 1.1 standard template</title>
	<meta http-equiv="content-type" 
		content="text/html;charset=iso-8859-1" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
        <link rel="stylesheet" type="text/css" media="screen" href="nostyle.css" />
</head>

<body>

     <p> Your HTML content here </p>

</body>
</html>

Revision: 2600
at March 13, 2007 11:14 by cpjobling


Initial Code
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
	<title>An XHTML 1.1 standard template</title>
	<meta http-equiv="content-type" 
		content="text/html;charset=utf-8" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
        <link rel="stylesheet" type="text/css" media="screen" href="url.css" />
</head>

<body>

     <p> Your HTML content here </p>

</body>
</html>

Initial URL


Initial Description
This template is for an XHTML 1.1 document with an external stylesheet.

Initial Title
XHTML 1.1 Template

Initial Tags
css, xhtml

Initial Language
HTML