Frameset Col Html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<TITLE>Titre du document</TITLE>
</HEAD>
<FRAMESET cols="200,*">
<FRAME src=sommaire.html name=sommaire>
<FRAME src=index0.html name=principal>
<NOFRAME>
<BODY>
...
</BODY>
</NOFRAME>
</FRAMESET>
</HTML>
Faithful Finch