HTML Playground

HTML Playground & Reference

Experiment with HTML live in the editor below, then explore the most important HTML tags in the reference section.

✦ HTML Playground
▶ Live Output

HTML Quick Reference

Open each section below to explore important HTML tags.

📦 HTML Structure
<html>
<head>
<title>
<body>
<meta>
<link>
<style>
<script>
📝 Text Tags
<h1>
<h2>
<h3>
<p>
<strong>
<em>
<br>
<hr>
🖼 Links & Media
<a>
<img>
<video>
<audio>
<iframe>
📐 Layout Tags
<div>
<header>
<nav>
<main>
<section>
<article>
<footer>
🧾 Forms
<form>
<input>
<textarea>
<select>
<option>
<label>
<button>