toto
Messages : 66 Points : 5678 Date de naissance : 24/07/1988 Date d'inscription : 19/02/2010 Age : 36 Localisation : casablanca Emploi/loisirs : hand ball
| Sujet: correction de TP2 html Dim 7 Mar - 10:53 | |
| bonjour le code source de 2éme TP de HTML la voila page index.html - Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <title>Faculté des sciences ben M'Sik </title><!--titre de page web--> </head> <body> <div align="center" > <h1>Ici le site de la Faculté des sciences ben M'Sik </h1> <a href="fac.html#a" title="lien de site de la faculté des sciences Ben M’Sik"><img src="faculte.jpg" alt="site de la faculté des sciences Ben M’Sik " width="250px" height="219px"/></a> <div/> </body> </html>
page fac.html - Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <a name="f"><title>Faculté des sciences ben M'Sik</title></a><!--Liaison avec la page précédent on utilise la balise A et l'attribut Name avec la valeur f--> </head> <body> <div align="center"> <img src="image.jpg" alt="lien de deux site de la faculté des sciences Ben M’Sik " width="400px" height="259px" usemap="#lien"/> <!--la balise img dans cette cas on utilise attribut width est une propriete de type block exprime la largeur du block en px ou % height exprime la hauteur du block en px ou % --> <map name="lien"> <area shape="circle" coords="202,130,40" href="index.html" target="_top"/> <area shape="circle" coords="201,31,25" href="filieresmi.html" target="_blank"/> <area shape="circle" coords="121,130,30" href="filieresmp.html" target="_blank"/> <area shape="circle" coords="282,129,30" href="filieresma.html" target="_blank"/> <area shape="circle" coords="202,225,25" href="filieresvtu.html" target="_blank"/> <!--les coordonnée de deux cercle dans l'image "image.jpg"--> </div> </map> </body> </html>
page filieresmi.html dans cette page on fait une table de smi par exemple - Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <title>filier de SMI de la faculte ben m'sik</title> </head> <body> <table bgcolor="yellow" cellspacing="20px" cellpadding="30px" border="1px solid black" align="center" width="42%"> <caption style="font-size:24pt" align="center" >Titre principal du tableau </caption> <tr align="center"> <th width="70px">titre1</th> <th width="70px">titre2</th> <th width="70px">titre3</th> <th width="70px" >titre4</th> <th width="70px">titre5</th> <th width="70px">titre6</th> </tr> <tr align="center"> <td width="70px">C1</td> <td width="70px">C2</td> <td width="70px" >C3</td> <td width="70px" >C4</td> <td width="70px">C5</td> <td width="70px" >C6</td> <tr align="center"> <td width="70px">N1</td> <td width="70px">N2</td> <td width="70px">N3</td> <td width="70px">N4</td> <td width="70px">N5</td> <td width="70px">N6</td> </tr> <tr align="center"> <td width="70px"rowspan=2>L1</td> <td width="70px"colspan=2>M1</td> <td width="70px">M4</td> <td width="70px">M5</td> <td width="70px">M6</td> </tr> <tr align="center"> <td width="70px"colspan=2>T1</td> <td width="70px">T4</td> <td width="70px">T5</td> <td width="70px">T6</td> </tr> </table>
</body> </html>
merci les amis si vous aimez , prenez la correction dans cette lien
http://www.4shared.com/file/239302667/12a3e14/TP-html-n2.html bonne chance
Dernière édition par toto le Jeu 11 Mar - 16:22, édité 2 fois | |
|
Choubisoft Admin
Messages : 123 Points : 7123 Date de naissance : 02/11/1989 Date d'inscription : 18/02/2010 Age : 35 Localisation : Casablanca Emploi/loisirs : Etudiant
| Sujet: Re: correction de TP2 html Lun 8 Mar - 15:32 | |
| Merci Toto ....Je te remercie a la place de tout les fénions | |
|
toto
Messages : 66 Points : 5678 Date de naissance : 24/07/1988 Date d'inscription : 19/02/2010 Age : 36 Localisation : casablanca Emploi/loisirs : hand ball
| Sujet: Re: correction de TP2 html Mer 10 Mar - 13:32 | |
| de rien choubisoft... pas de quoi | |
|
khalidmaroc1988
Messages : 39 Points : 5504 Date de naissance : 19/11/1988 Date d'inscription : 01/03/2010 Age : 36
| Sujet: Re: correction de TP2 html Ven 12 Mar - 11:55 | |
| | |
|
toto
Messages : 66 Points : 5678 Date de naissance : 24/07/1988 Date d'inscription : 19/02/2010 Age : 36 Localisation : casablanca Emploi/loisirs : hand ball
| |
Contenu sponsorisé
| Sujet: Re: correction de TP2 html | |
| |
|