Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>Nested has shouldn't match</title>
<style>
ul { background: green }
</style>
<ul>
<li>Bar</li>
</ul>
<!doctype html>
<title>Nested has shouldn't match</title>
<style>
ul { background: green }
</style>
<ul>
<li>Bar</li>
</ul>