DOCTYPE declaration : DOCTYPE « Tags « HTML / CSS






DOCTYPE declaration

  

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>First HTML Example</title>
</head>
<body>
<h1>Welcome to the World of HTML</h1>
<hr>
<p>HTML <b>really</b> isn't so hard!</p>
<p>You can put in lots of text if you want to. In fact, you
could keep on typing and make up more sentences and continue
on and on.</p>
</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.XHTML 1.0 transitional