Comment ajouter des commentaires au format HTML


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to How to add comments in HTML

Mettre un commentaire dans son code HTML
https://apprendre-html.3wa.fr/html/structure-html-listes/base-langage-html-2/mettre-commentaire-code-html

Langage HTML : Organiser le contenu de pages HTML. 1. Introduction : Mettre un titre sur une page HTML avec la balise TITLE 2. Indentation de code HTML : Comment indenter votre code 3. Créer une liste en HTML avec les balises UL ou OL 4. Créer des liste

Insérer un commentaire en html [Résolu] - Comment Ça Marche
https://forums.commentcamarche.net/forum/affich-6016234-inserer-un-commentaire-en-html

Meilleure réponse: Bonsoir, Tout simplement ainsi : <!-- Commentaire --> Proverbes bretons : Si les mouettes ont pied, il est temps de virer Il vaut mieux être saoul que con, ça dure moins longtemps Balises html...

HTML comment tag - W3Schools
https://www.w3schools.com/TAGS/tag_comment.asp

Definition and Usage. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. You can use comments to explain your code, which can help you when you edit the source code at a later date.