Monday, 2 March 2015

JOUR 5 :suite

le mem menu mais avec du contenu


<html>
     <head>
           <title>JOUR% : creation des menu html</title>
     </head>


      <body>
            <table align="center" bgcolor="#fafafa" cellpadding="10" cellspacing="10">
                  <tr>
                     <td><a href="#">Acceuil</a></td><td><a href="#">A propos</td>
                     <td><a href="#">Services</a></td><td><a href="#">Projets</a></td><td><a href="#">Contacts</a></td>
                     <tr>
                     <td colspan="5" bgcolor="#eee">
                                <p>Le contenu du site peu aller ici</p>
                                <p>Le contenu du site peu aller ici</p>
                                <p>Le contenu du site peu aller ici</p>
                                <p>Le contenu du site peu aller ici</p>

                     </td>
                     </tr>
                     <tr>
                        <td colspan="5">
                        <img src="welcome.jpg">
                        <p>mot de bienvenu</p>
                        <p>Le contenu du site peu aller ici</p>
                        </td>
                     </tr>
                  </tr>



            </table>

     </body>
</html>

No comments:

Post a Comment