HTML Tutorial

Learn HTML5 with interactive examples and live code editor

HTML Basics

HTML (HyperText Markup Language) is the standard markup language for creating web pages.

HTML
Preview

Common HTML Elements

Headings

<h1>Main Title</h1>
<h2>Subtitle</h2>
<h3>Section Title</h3>

Text Elements

<p>Paragraph text</p>
<strong>Bold text</strong>
<em>Italic text</em>