how to comment out in html css code example
Example 1: commenting in html
<!-- a comment in html -->
Example 2: comment in css
/* There is just single way to comment in css and its just
like this:
/* your comment content*/
<!-- a comment in html -->
/* There is just single way to comment in css and its just
like this:
/* your comment content*/