Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title><h2></title>
</head>
<body>
<!-- is block -->
<h2 class="class" id="id" lang="en">text</h2>
<!-- can contain strictly inline -->
<h2>text <em>elem</em></h2>
<!-- can contain interactive -->
<h2><a>text</a></h2>
</body>
</html>