Skip to content

Instantly share code, notes, and snippets.

@riix
Created December 24, 2012 02:01
Show Gist options
  • Select an option

  • Save riix/4367130 to your computer and use it in GitHub Desktop.

Select an option

Save riix/4367130 to your computer and use it in GitHub Desktop.
tab
<ul class="tab-a js-tab">
<li class="active"><!-- 활성탭 -->
<a href="#" class="tab"><span>탭1</span></a>
<div class="content">
내용
</div>
</li>
<li>
<a href="#" class="tab"><span>탭2</span></a>
<div class="content">
내용
</div>
</li>
<li>
<a href="#" class="tab"><span>탭3</span></a>
<div class="content">
내용
</div>
</li>
<li>
<a href="#" class="tab"><span>탭4</span></a>
<div class="content">
내용
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment