Skip to content

Instantly share code, notes, and snippets.

@aligundogdu
Created October 10, 2013 21:54
Show Gist options
  • Save aligundogdu/6926238 to your computer and use it in GitHub Desktop.
Save aligundogdu/6926238 to your computer and use it in GitHub Desktop.
Ağaç
<body>
<div>
<ul class='bir'>
<li>
<a href='' class='deneme'>Test</a>
</li>
<li class='aktif'>
<a href='' class='aikin'>Test</a>
</li>
</ul>
</div>
--
body
div
ul.bir
li
li a.deneme
li.aktif a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment