Sommaire
Liens utiles
Balises HTML avec leurs caractéristiques
Propriétés CSS avec leurs caractéristiques
TDs
TD n°5 du 20 octobre 2017
Exercice 1
Couleurs à utiliser :
- #fad000 - Orange
- #d2eae3 - Bleu pale
Nouvelle propriété :
- border-radius : 15px; (coins arrondis)
URLs des images à utiliser :
- https://langages-web.github.io/TD5/slider.jpg
- https://langages-web.github.io/TD5/what1.png
- https://langages-web.github.io/TD5/what2.png
- https://langages-web.github.io/TD5/what3.png
- https://langages-web.github.io/TD5/work1.jpg
- https://langages-web.github.io/TD5/work2.jpg
- https://langages-web.github.io/TD5/work3.jpg
- https://langages-web.github.io/TD5/work4.jpg
TD n°4 du 13 octobre 2017
Exercice 1
Clic droit > afficher l’image
Exercice 1 - Correction
Exercice 2
Résultat attendu
Exercice 3
URLs des images à utiliser :
- https://langages-web.github.io/TD4/titre.png
- https://langages-web.github.io/TD4/bandeau.jpg
- https://langages-web.github.io/TD4/p1.jpg
- https://langages-web.github.io/TD4/p2.jpg
- https://langages-web.github.io/TD4/p3.jpg
Résultat attendu (Clic droit > afficher l’image)
Correction de l’exercice 3
TD n°3 du 6 octobre 2017
Exercice 1
URLs des images à utiliser :
- https://langages-web.github.io/TD2/pizza1.png
- https://langages-web.github.io/TD2/pizza2.png
- https://langages-web.github.io/TD2/pizza3.png
Correction (Exercices 1 & 2)
TD n°2 du 29 septembre 2017
Exercice 1
URLs à utiliser :
- https://projects.eff.org/~barlow/Declaration-Final.html
- http://editions-hache.com/essais/barlow/barlow2.html
- https://www.eff.org/
Correction (Exercices 1 & 2)
Exercice 3
URL de l’image à utiliser :
- https://langages-web.github.io/TD2/photo.png
Exercice 4
URL à utiliser :
- https://langages-web.github.io/TD2/photo-grande.png
Correction (Exercices 3 & 4)
TD n°1 du 22 septembre 2017
Support de cours de Stéphanie Walter
Exemple 2 - La même page sans CSS
Squelette de base d’une page HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Titre</title>
</head>
<body>
</body>
</html>