html how to insert text {} code example
Example 1: how to write a text in html
<p> this is a text </p> <!--paragraph text-->
Example 2: html code for writing text
<text>Your Text</text>
<p> this is a text </p> <!--paragraph text-->
<text>Your Text</text>