<html>
<body>

<!--This comment will not be displayed-->
<p>
This is a regular paragraph
</p> <!--Comments are usually used to describe the functions of different tag attributes
They can contain line breaks and can be written in or outside of the paragraph tag -->
</body>
</html>





Copy and paste in Notepad, then save as .htm or .html file and view the results in the default browser.