web
Exercice SNT : le langage html
Balises utilisées
——————— ENTETE DE LA PAGE———————–
<head>.....</head>
——————— CORPS DE LA PAGE———————–
<body>.....</body>
——————— TITRE DE L'ONGLET———————–
<title>.....</title>
———————TITRES———————–
<h1>.....</h1> <h2>.....</h2> <h3>.....</h3>
———————MISE EN FORME DU TEXTE———————–
Saut de ligne:
<br>
Paragraphe:
<p>.....</p>
Mise en évidence:
<em>.....</em> (italique) <strong>.....</strong> (gras) <u>.....</u> (souligné)
Liste à puces numérotée:
<ol> <li>.....</li> <li>.....</li> <li>.....</li> </ol>
Liste à puces non numérotée:
<ul> <li>.....</li> <li>.....</li> <li>.....</li> </ul>
Lien Hypertexte (Lien de redirection)
<a href=".....">.....</a>
———————INSERTION D'IMAGE———————–
<img src="....." alt="....." width="....." height="....." border="....."/>
web.txt · Dernière modification : 2024/04/28 19:11 de ot_fc950c38-2456-4c86-afde-8b65d3216d13