diff --git a/sequences/web/index.html b/sequences/web/index.html new file mode 100644 index 0000000..b1fc9ca --- /dev/null +++ b/sequences/web/index.html @@ -0,0 +1,119 @@ + + +
+ + +En synthèse, compléter le tableau suivant :
+ + +| Balise | +Description | +Exemple d'utilisation | +
|---|---|---|
| <!-- --> | +Commentaire | +<!-- ici un commentaire --> | +
| <p> | +Paragraphe | +<p>Ceci est un paragraphe.</p> | +
| <h1> à <h6> | ++ | + |
| <br /> | ++ | + |
| <strong> | ++ | + |
| <ul> | ++ | + |
| <ol> | ++ | + |
| <li> | ++ | + |
| <dt> | ++ | + |
| <table> | ++ | + |
| <a> | ++ | + |
| <img /> | ++ | + |
| <hr /> | ++ | + |
La ciel est bleu comme la mer.
+ + + +