Exercice
Question
Connectez-vous à htmledit.squarefree.com et testez le fichier HTML ci-après.
Identifiez les fonctions des balises i, b, u et strong.
1
2
<html lang="en-US">
3
<body>
4
<p>The <i>spirit</i> is strong but the flesh is <u>weak</u></p>
5
<hr>
6
<p>The <b>vodka</b> is strong but the meat is <strong>rotten</strong></p>
7
</body>
8
</html>