Please enable JavaScript.
Coggle requires JavaScript to display documents.
1200px-HTML5_logo_and_wordmark.svg (Textes (<STRONG> : gras, <…
Tableaux <Table>
Ligne <TR>..</TR>
Cellule <TD>..</TD>
Fusion ligne "rowspan"
Fusion colonne "colspan"
Titre <Caption>..</caption>
Images <img>
Attributs
src
: source
width
: largeur
height
: hauteur
image réactive:
<MAP> <area ...> ...</MAP>
Exemple
<img src="img1.jpg" width=200 height=100>
Formulaires <Form>
étiquetage
<label>..</label>
attruibuts
Action : destination
method : get/post
liste de sélection
<Select><option>..</select>
input
text : zone de text
radio : bouton radio
checkbox : case à cocher
button : bouton
mail : adresse mail
number : nombre
Listes
Liste Ordonnée <OL> <li>..</li>....</OL>
Liste non Ordonnée <UL><li>..</li>....</UL>
Textes
<STRONG> : gras
<EM> : Italic
<BR> : retour ligne
<H1>, ..., <H6>: Titres
<MARK> : surligné
Multimédia
Son
<audio src="musique.mp3"></audio>
vidéo
<video src="sintel.mp4"> </video>
Liens <A>
<A href="contact.html">contact</A>
<A href="www.w3.org"> ref html</A>
Auteur: Borchani Anis