Skip to content

Commit

Permalink
relecture 11-balises.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-studio authored May 7, 2024
1 parent 6fb23da commit 3062608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11-balises.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Cette page présente une liste des balises HTML essentielles à connaître. Ce s
`<a>` | Un hyperlien, avec l'attribut `href` indiquant la cible.
`<p>` | Un paragraphe de texte
`<em>` | Du texte avec "emphase", rendu en italique.
`<strong>` | Du texte avec ume importance forte, rendu en gras.
`<strong>` | Du texte avec une importance forte, rendu en gras.
`<br>` | Un retour de ligne simple (line break).

## Listes
Expand Down

0 comments on commit 3062608

Please sign in to comment.