DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

HTML: Cheat Sheet

Quick reference for HTML.

Read time: 1 min Words: 37
My Progress

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.

Official docs