We all need to have the same framework to write Web pages. It enhances the clarity and the harmony of our Web site. Here after is a "model" in HTML. If each Web editor would not mind using it, it would be perfect. The following model is the one that we shall use in the private part. It is slightly different in the public part (no author name, e.g.).
<HTML> <HEAD> <TITLE>CARIBCAD - CLEAR TITLE</TITLE> </HEAD> <BODY> <HR> <H1 ALIGN=CENTER>DOCUMENT TITLE</H1> <HR> <P> Text... </P> <H3>Smaller title</H3> <P> Text again... </P> <HR> <P> Back to the <A HREF="relative link">"chapter page"</A><BR> Back to the <A HREF="relative linkl">private homepage</A><BR> Back to the <A HREF="relative link">CARIBCAD homepage</A> </P> <HR> <P> <FONT SIZE=-1> Creation: Month. day, year <BR> Latest modification: Month. day, year </P> <P> Author: Initials (Institution) <BR> © 1997-98 </P> </FONT> <HR> </BODY> </HTML>
Back to the methodology page
Back to the CARIBCAD homepage
Creation: Jan. 20, 1998
Latest modification: Jan. 19, 1998
Author: CD (FUNREDES)
© 1997-98