how to make a non code text in html code example
Example 1: how to comment out html
<!-- a comment in html -->
Example 2: how to write a text in html
<p> this is a text </p> <!--paragraph text-->
<!-- a comment in html -->
<p> this is a text </p> <!--paragraph text-->