xhtml1-strict.dtd : DOCTYPE « Tags « HTML / CSS






xhtml1-strict.dtd

  
<?xml version"1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>My first web page</title>
  </head>
  <body>
    <p>It is easy to use HTML</p>
  </body>
</html>

   
  








Related examples in the same category

1.Doctype declaration for XHTML 1.0 Transitional
2.Using HTML 4.01 Transitional
3.Adding an XHTML DOCTYPE declaration
4.Adding an HTML DOCTYPE declaration
5.HTML 4.01 strict
6.HTML 4.01 transitional
7.XHTML 1.0 strict
8.XHTML 1.0 transitional
9.DOCTYPE declaration