HTML Basic Page Structure

Simple HTML page structure with heading and paragraph.

Preview

Code

<h1>Welcome to My First HTML Page</h1>

<p>This is a simple example of a basic HTML page structure.</p>

<p>HTML pages usually start with a heading followed by paragraphs of content.</p>

<p>You can structure your content using headings, paragraphs, images, and links.</p>

More HTML Basic Examples (6)