Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<head class="head">
<meta charset="utf-8" />
<style>
.before:before {
content: "before";
}
</style>
</head>
<body class="body">
<h1>Test void elements in XHTML document</h1>
<hr class="before" />
<img />
<hr />
<br />
</body>
</html>