From 82c669bc40285e2019fe0687537c3df6eb8e68e7 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Fri, 7 Jan 2022 09:37:14 +0100 Subject: [PATCH] ajout fichier index.html --- sequences/web/index.html | 119 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 sequences/web/index.html 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 @@ + + + + + + Découverte du HTML + + + + +

WEB

+ + +

Les balises HTML que j'ai découvertes

+

En synthèse, compléter le tableau suivant :

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BaliseDescriptionExemple 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.

+ + + +

Les grands noms de l'informatique

+ + + + + + \ No newline at end of file