précédant | suivant | sommaire

Le html



Voici une page qu'il suffit de recopier d'en un éditeur et de sauver avec l'extension .html pour voir ce que l'on peut faire avec du HTML (ici le code est en couleur (superflu) mais regarder donc aussi les sources).
A découper, copier et coller (a partir de la ligne suivante):

<!DOCTYPE html public"-//w3c//dtd html 4.0 transitional//en">
<html>
    <head>
        <meta http-equiv = "Content-Type" content ="text/html; charset=iso-8859-1">
        <title>graphtest</title>
        <meta name = "Author" content ="alain Adelmar">
       <meta name = "GENERATOR" content ="Mozilla/4.7 [fr] (Win95; I) [Netscape]">  
    </head>
    <body background= "aadelmar_logo.gif">
    &nbsp;
    <center><table BORDER COLS =3 WIDTH = "100%">
    <tr>
        <td ALIGN = CENTER WIDTH ="33%" HEIGHT = "150" BACKGROUND ="bkgnd15.gif" ><img SRC ="alsigle.gif" height = 107 width =117></td>

        <td>
            <center>
            <h1><i> <blink><font face= "Times New Roman,Times"><font size=+ 4>Linux Pure</font></font> </blink></i></h1></center>
        </td>

        <td></td>
    </tr>

    <tr>
        <td></td>

        <td> Il y a plusieurs fa&ccedil;ons de faire du debutage ou de la debutation</td>

        <td></td>
    </tr>

    <tr>
        <td></td>

        <td>
            <div align =right ><img SRC ="monstre.gif" height = 27 width =53></div>
        </td>

        <td></td>
    </tr>

    <tr>
        <td></td>

        <td></td>
    </tr>
    </table></center>

    <br> &nbsp;
    <br> &nbsp;
    <br> &nbsp;
    <p> Pour ce faire une id&eacute;e de ce syst&egrave;me g&eacute;nial
    </body>
</html>