HTML Vocabulary

By WebSanity based on code originally by @sakamies / @workflower

HTML Living StandardMDN Web Docs on HTML

Report an issue

HTML Vocabulary

<!DOCTYPE html><html lang="en"><head><title>HTML Vocabulary Example</title><link rel="stylesheet" href="style.css"></head><body><!--Mumbo jumbo--><p>Ph’nglui mglw’nafh Cthulhu R’lyeh wgah’nagl fhtagn!</p><div class="special" contenteditable>The thing on the doorstep &amp; other weird stories.</div><p><span>&ldquo;I have dreamed of black pyramids under the sea.&rdquo;</span></p></body></html>