Example 1
Example of HTML document with no STYLE
by jvickyj
HTML
<h1> The HTML Magic began </h1>
<h2> This is a simple HTML document with STYLE </h2>
<!-- Example of Paragraph tag given below -->
<p> This is the first paragraph </p>
<p> This is second paragraph </p>