Skip to content

Instantly share code, notes, and snippets.

@fujiwara
Created February 9, 2010 11:50
Show Gist options
  • Save fujiwara/299120 to your computer and use it in GitHub Desktop.
Save fujiwara/299120 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<ul class="outer">
<li>
<span>1</span>
<ul class="inner">
<li>1-1</li>
<li>1-2</li>
</ul>
</li>
<li>
<span>2</span>
<ul class="inner">
<li>2-1</li>
<li>2-2</li>
</ul>
</li>
</ul>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment