HTML 4.01 transitional : DOCTYPE « Tags « HTML / CSS

HTML / CSS » Tags » DOCTYPE 
HTML 4.01 transitional
 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<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.XHTML 1.0 strict
8.XHTML 1.0 transitional
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.