CINXE.COM
W3C HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>W3C HTML</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1, initial-scale = 1.0, shrink-to-fit=no"> <link rel="stylesheet" href="css/main.css"> <script async type="text/javascript" src="js/newsfeed.js"> </script> </head> <body> <header> <nav> <ul> <li><a href="https://www.w3.org/standards/">Standards</a></li> <li><a href="https://www.w3.org/participate/">Participate</a></li> <li><a href="https://www.w3.org/Consortium/membership">Membership</a></li> <li><a href="https://www.w3.org/Consortium/">About W3C</a></li> </ul> </nav> </header> <main> <section id='content'> <p><a href=https://html.spec.whatwg.org/multipage/>https://html.spec.whatwg.org/multipage/</a> is the current HTML standard. It obsoletes all other previously-published HTML specifications. <p>As announced at <a href=https://www.w3.org/blog/2019/05/w3c-and-whatwg-to-work-together-to-advance-the-open-web-platform/>https://www.w3.org/blog/2019/05/w3c-and-whatwg-to-work-together-to-advance-the-open-web-platform/</a>, the W3C and the WHATWG signed an agreement to collaborate on the development of a single version of the HTML and DOM specifications: <ul> <li> <a href=https://html.spec.whatwg.org/multipage/>https://html.spec.whatwg.org/multipage/</a> is the single version of HTML being actively developed <li><a href=https://dom.spec.whatwg.org/>https://dom.spec.whatwg.org/</a> is the single version of the DOM specification being actively developed. </ul> <p> For further details about the W3C-WHATWG agreement, see the <a href=https://www.w3.org/2019/04/WHATWG-W3C-MOU.html>Memorandum of Understanding Between W3C and WHATWG</a>. </section> </main> </body> </html>