HTML Basic Elements

Example showing basic HTML elements like headings and paragraphs.

Preview

Code

<h1>Main Heading</h1>

<p>This is a paragraph element.</p>

<p>HTML documents are built using elements.</p>

More HTML Elements Examples (7)