HTML Heading and Paragraph

Example showing a heading followed by paragraphs.

Preview

Code

<h1>My Website</h1>

<p>This is the first paragraph of the page.</p>

<p>This is another paragraph explaining the content.</p>

More HTML Basic Examples (6)