Return to Snippet

Revision: 591
at October 23, 2006 23:54 by wbednarski


Updated Code
<?php
header("Content-Type: application/xhtml+xml; charset=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="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

	<title></title>
	
<style type="text/css" media="screen">

</style>

</head>
<body>
	
</body>
</html>

Revision: 590
at July 20, 2006 08:18 by wbednarski


Updated Code
<?php
header("Content-Type: application/xhtml+xml; charset=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="pl">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

	<title></title>
	
<style type="text/css" media="screen">

</style>

</head>
<body>
	
</body>
</html>

Revision: 589
at July 20, 2006 08:15 by wbednarski


Initial Code
<?php
header("Content-Type: application/xhtml+xml; charset=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="pl">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

	<title></title>
	
<style type="text/css" media="screen">

</style>

</head>
<body>
	
</body>
</html>


Initial URL


Initial Description


Initial Title
template XHTML 1.1 application/xhtml+xml

Initial Tags
php, template, xhtml

Initial Language
HTML