comments in flask website code example
Example 1: comments in html
<!-- This text is commented in html -->
Example 2: comments in php
//For a single line comment use //:
//this is a comment too
//for multi-line comments use /* and */:
/* <--start of multi-line comment
this is a comment
this is a comment too (end of multi-line comment)-->*/