Answers for "html style tag comments"

CSS
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
0

comments in html

<!-- a comment in html that esey to see -->
Posted by: Guest on September-19-2021

Browse Popular Code Answers by Language