Source of: /ADI/displayTable_mysql/filmes5_templateIT.html

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <title>base de dados de filmes</title>
   <meta  http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
      
<!-- BEGIN TITLE -->       
<h2>{TITULO}</h2>
<!-- END TITLE -->


<table border=2>
<tr>   
   <!-- BEGIN HEADER -->
   <th align=left>{VALUE1}</th>
   <!-- END HEADER -->
</tr>
<!-- BEGIN ROW -->
<tr>
   <!-- BEGIN COL -->
   <td>{VALUE}</td>
   <!-- END COL -->
</tr>
<!-- END ROW -->
</table>

</body>
</html>