<?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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <link rel="stylesheet" type="text/css" href="simple.css" /> <title>Page simple en XHTML</title> </head> <body> <h1>Une page XHTML</h1> <h2>Un sous-titre</h2> <p>Un paragraphe normal mais avec du <b>gras</b> et de l'<i>italique</i> ainsi qu'un logo du RALI: <a href="http://www.iro.umontreal.ca/%7elapalme/raliPublicite/logoRALI.jpg">dans une autre page</a> </p> <p>ou directement ici</p> <p> <img src="http://www.iro.umontreal.ca/%7elapalme/raliPublicite/logoRALI.jpg" alt="" height="71" width="54"/> </p> <ul> <li>un premier item d'une liste non numérotée</li> <li>et le deuxième</li> </ul> <table width="180" border="1" cellspacing="2" cellpadding="0"> <tr> <th class="typeDonnee">Inscrits</th> <th>IFT3220</th> <th>IFT6810</th> </tr> <tr> <th>Femmes</th> <td>6</td> <td>7</td> </tr> <tr> <th>Hommes</th> <td>44</td> <td>16</td> </tr> </table> <p><a href="http://validator.w3.org/check?uri=referer"> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88"/> </a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /> </a> </p> </body> </html>