• Standards
  • Participate
  • Membership
  • About W3C

HTML5

Getting involved

  • Related specs
  • Github
  • Mailing list
  • Code of Conduct

Testing

  • How to
  • Test Suites

What is HTML?

HTML is the Web’s core language for creating content for everyone to use anywhere.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Story</title>
</head>
<body>
<h1>My Story</h1>
<p>Once upon a time,
  …</p>
</body>
</html>
Fig 1. HTML source code

HTML specifications

HTML5.2
https://www.w3.org/TR/html52/
HTML5.1 2nd Edition
https://www.w3.org/TR/html51/
HTML AAM
https://www.w3.org/TR/html-aam-1.0/
HTML Extension Specifications Note
https://w3c.github.io/html-extensions/
ARIA in HTML
https://www.w3.org/TR/html-aria/
Using ARIA Note
https://www.w3.org/TR/using-aria/
We are on GitHub

W3C - Privacy - Terms