XHTML 1.0 transitional : DOCTYPE « Tags « HTML / CSS

HTML / CSS » Tags » DOCTYPE 
XHTML 1.0 transitional
 


<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
</head>

<body>
</body>
</html>

   
  
Related examples in the same category
1.xhtml1-strict.dtd
2.Doctype declaration for XHTML 1.0 Transitional
3.Using HTML 4.01 Transitional
4.Adding an XHTML DOCTYPE declaration
5.Adding an HTML DOCTYPE declaration
6.HTML 4.01 strict
7.HTML 4.01 transitional
8.XHTML 1.0 strict
9.DOCTYPE declaration
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.