<LINK rel="next" href="doc2.html">
et
<LINK rel="previous" href="doc1.html">
respectivement dans doc1.html et doc2.html.
Netscape Navigator ignore cette information, en revanche Lynx permet
la navigation en suivant ces liens.
<IMG src="http://www.essi.fr/PO/Fr/img/logo_essi_big_new.gif">
Pour obtenir le flot demande ajouter a IMG l'attribut: align="left" a l'image. Puis un <BR clear="left"> a la fin du premier paragraphe.
<P>1. Première Section<BR>
1.1 Première sous section<BR>
1.2 Deuxième sous section<BR>
2. Deuxième Section
Commentaires: Penible a maintenir (numerotation), pas de structure. Solution preferable:
<OL>
<LI>Première Section
<OL>
<LI>Première sous section
<LI>Deuxième sous section
</OL>
<LI>Deuxième Section
</OL>
C'est mieux car c'est structure. Mais on peut pas obtenir les numeros composes "1.1" et "1.2". Ce probleme sera resolu dans l'avenir avec les style sheets (CSS2).
<MAP name="mymap">
<AREA href="http://www.essi.fr/" alt="ESSI's Home Page"
shape=rect coords="0,0,172,384">
<AREA href="http://www.w3.org/People/Arnaud" alt="Arnaud's Home
Page"
shape=rect coords="173,0,346,384">
</MAP>
<TABLE border="1" width="100%">
<TR><TD>Titre de Section Encadré
</TABLE>
Commentaires: BEUARK! C'est un abus: l'utilisation de TABLE n'a rien a voir avec la structure. Une solution propre existe avec les style sheets (voir prochain cours/TD).
<META http-equiv="refresh" content="15">