HTML: Cheat Sheet
Quick reference for HTML.
HTML — Cheat Sheet
Quick info
- Slug: html
- Extensions: .html, .htm
Hello World
<!doctype html>
<html>
<body>Hello, World!</body>
</html>
Notes
- This is a starter reference to avoid empty pages.
- You can expand it with real syntax, examples, and trusted links.