Les Fous du Binaire
Les Fous du Binaire
Les Fous du Binaire
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.


Imaginez un forum qui vous aide a comprendre vos cours d'informatique vos propose des exercices (solutionner / non solutionner), vos aide a réaliser vos Tp d'informatique...& plein d'autre choses intéressantes Un tel forum est : les Fous du Binaire
 
AccueilPortailRechercherDernières imagesS'enregistrerConnexion
Le Deal du moment : -35%
Pack Smartphone Samsung Galaxy A25 6,5″ 5G + ...
Voir le deal
241 €

 

 correction de TP2 html

Aller en bas 
3 participants
AuteurMessage
toto

toto


Masculin Messages : 66
Points : 5617
Date de naissance : 24/07/1988
Date d'inscription : 19/02/2010
Age : 36
Localisation : casablanca
Emploi/loisirs : hand ball

correction de TP2 html Empty
MessageSujet: correction de TP2 html   correction de TP2 html I_icon_minitimeDim 7 Mar - 10:53

bonjour
le code source de 2éme TP de HTML
la voila correction de TP2 html Icon_smile
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 correction de TP2 html Icon_smile , prenez la correction dans cette lien
http://www.4shared.com/file/239302667/12a3e14/TP-html-n2.html
bonne chance correction de TP2 html Icon_biggrin


Dernière édition par toto le Jeu 11 Mar - 16:22, édité 2 fois
Revenir en haut Aller en bas
tarik.rabeh@gmail.com
Choubisoft
Admin
Choubisoft


Masculin Messages : 123
Points : 7062
Date de naissance : 02/11/1989
Date d'inscription : 18/02/2010
Age : 34
Localisation : Casablanca
Emploi/loisirs : Etudiant

correction de TP2 html Empty
MessageSujet: Re: correction de TP2 html   correction de TP2 html I_icon_minitimeLun 8 Mar - 15:32

Merci Toto ....Je te remercie a la place de tout les fénions Wink
Revenir en haut Aller en bas
https://fous-du-binaire.1fr1.net
toto

toto


Masculin Messages : 66
Points : 5617
Date de naissance : 24/07/1988
Date d'inscription : 19/02/2010
Age : 36
Localisation : casablanca
Emploi/loisirs : hand ball

correction de TP2 html Empty
MessageSujet: Re: correction de TP2 html   correction de TP2 html I_icon_minitimeMer 10 Mar - 13:32

de rien choubisoft... correction de TP2 html Icon_smile pas de quoi correction de TP2 html Icon_wink
Revenir en haut Aller en bas
tarik.rabeh@gmail.com
khalidmaroc1988

khalidmaroc1988


Masculin Messages : 39
Points : 5443
Date de naissance : 19/11/1988
Date d'inscription : 01/03/2010
Age : 35

correction de TP2 html Empty
MessageSujet: Re: correction de TP2 html   correction de TP2 html I_icon_minitimeVen 12 Mar - 11:55

merci
Revenir en haut Aller en bas
toto

toto


Masculin Messages : 66
Points : 5617
Date de naissance : 24/07/1988
Date d'inscription : 19/02/2010
Age : 36
Localisation : casablanca
Emploi/loisirs : hand ball

correction de TP2 html Empty
MessageSujet: Re: correction de TP2 html   correction de TP2 html I_icon_minitimeVen 12 Mar - 12:05

avec plaisir correction de TP2 html Icon_biggrin
Revenir en haut Aller en bas
tarik.rabeh@gmail.com
Contenu sponsorisé





correction de TP2 html Empty
MessageSujet: Re: correction de TP2 html   correction de TP2 html I_icon_minitime

Revenir en haut Aller en bas
 
correction de TP2 html
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» correction de TP3 HTML
» Correction du TP1 PHP
» énnonce avec correction TP PHP
» TP2 HTML S4
» Telecharger TP1 HTML

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Les Fous du Binaire :: Site Web :: HTML / XHTML / CSS-
Sauter vers: