<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="hop.css" type="text/css" ?>
<!DOCTYPE html SYSTEM "hop.dtd">
<!-- ceci n'est pas un commentaire -->
<html lang="fr">
 <head>
  <link rel="stylesheet" type="text/css" href="hop.css" title="mon style" />
  <meta name="author" content="jfb" />
  <title>titre</title> 
</head>
 <body>
  <h1 class="titre1">titre</h1>
  <p class="hop">hop</p>
  <p>hop</p>
 </body>
</html>

