Answers for "comentar tag html"

1

comentar en html

<!-- Esto es un comentario -->
<p>Esto es un párrafo HTML</p>
<!-- Esto es otro comentario -->
Posted by: Guest on October-15-2020
3

comment tags

<!-- This is how you do an HTML comment tag -->
 /* This is how you do a comment in the css STYLE section */
 // this is how you do a comment in javascript and php
 # This is a comment in Python
Posted by: Guest on December-10-2020

Browse Popular Code Answers by Language