html

Html code posted by Boris Dzuver
created at 02 Apr 11:13

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="section-container accordion" data-section="accordion">
  <section class="section">
    <p class="title"><a href="#">Section 1</a></p>
    <div class="content">
      <p>Content of section 1.</p>
    </div>
  </section>
  <section class="section">
    <p class="title"><a href="#">Section 2</a></p>
    <div class="content">
      <p>Content of section 2.</p>
    </div>
  </section>
</div>
414 Bytes in 2 ms with coderay