comment section html css code example
Example 1: how to comment out html
<!-- a comment in html -->
Example 2: comment css
// Do some stuff {}
.foo { animation: bar 1s infinite; }
/* Success! */
Example 3: comment in css
/* This is how you comment in CSS */
Example 4: html comment
<!--this is comment-->