Le code suivant :
<body background=fond.gif>
m'affiche un splendide Error Line 7 column 17: there is no attribute "background"

Ou j'ai pas compris la balise <DOCTYPE>, ou bien les standards m'échappent complètement

<body style="background:'fond.gif'" />
<style>
body { background: url(fond.gif); }
</style>
... <body>
<p align="right"> <table> <tr> <td>blabla</td> </tr> </table> </p>
[edit] : <p align="right">
<table border="0">
<tr>
<td><B><FONT FACE="Verdana" SIZE=5><A href="./objectifs.htm">Objectifs</A></FONT></B></td>
<td> </td>
<td><B><FONT FACE="Verdana" SIZE=5><A href="http://www.licinfo.ups-tlse.fr" target=_blank>Informatique</A></FONT></B></td>
<td> </td>
<td><B><FONT FACE="Verdana" SIZE=5><A href="./nintendo.htm">Nintendo</A></FONT></B></td>
<td> </td>
<td><B><FONT FACE="Verdana" SIZE=5><A href="./loisirs.htm">Loisirs</A></FONT></B></td>
<td> </td>
<td><B><FONT FACE="Verdana" SIZE=5><A href="./biscuits.htm">Biscuits</A></FONT></B></td>
</tr>
</tab
peut-être en mettant le bon extrait de source (rigolez pas)...9.3.1 Paragraphs: the P elementtable c'est « block-level » donc quand tu mets un tableau ça termine automatiquement le paragraphe, dont le tag de fin est facultatif. Logiquement, ce tableau ne devrait donc pas être aligné à droite avec ton code
Start tag: required, End tag: optional The P element represents a paragraph. It cannot contain block-level elements (including P itself).