Bookmark this page

HTML Playground

Quick reference for HTML with practice options

Code Runner

You can practice by running HTML code in a pop-up code runner.

Table of content

Basics

Hello World

Introduction to basic HTML structure.

Lists & Links

Using bullet or numbered lists and hyperlinks in HTML.

Forms

Simple Form

A basic form with text inputs and required fields.

HTML5 Validation

Using built-in validation attributes like type="email", minlength, etc.

Advanced HTML

Tables

Using tables to display tabular data in HTML.

Embedding Media

How to embed videos and audio with <video> and <audio> tags.

Semantic Elements

HTML5 semantic tags like <header>, <main>, <section>, <article>, and <footer>.

Meta Tags

Specifying metadata like charset, viewport, description, etc.