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

HTML

Lessons available

core Extensions: .html, .htm Official docs ↗
Open lessons References Exercises Examples Try it → HTML Back to Languages
Summary

HTML is the markup language that structures web pages.

Slug
html
Tier
core
Extensions
.html, .htm
Hello World
<!doctype html>
<html>
  <body>Hello, World!</body>
</html>

Tip: you can expand this page later with official docs + trusted references.