Advertisement
TheiPhoneFan

Other Article Categories

Mar 26th, 2024
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1.     <div class="tab">
  2.         <!-- Tab Buttons -->
  3.         <button class="tablinks" onclick="openContent(event, 'Web Development')" style="height:60px">Web Development</button>
  4.         <button class="tablinks" onclick="openContent(event, 'Design')">Design</button>
  5.         <button class="tablinks" onclick="openContent(event, 'Technology')">Technology</button>
  6.         <button class="tablinks" onclick="openContent(event, 'Tutorials')">Tutorials</button>
  7.         <button class="tablinks" onclick="openContent(event, 'Newsletters')">Newsletters</button>
  8.     </div>
  9.  
  10.     <!-- Web Development
  11.    Tab 1 -->
  12.     <div id="Web Development" class="tabcontent">
  13.         <p>No articles under this category have been published yet.</p>
  14.     </div>
  15.  
  16.     <!-- Deisgn
  17.    Tab 2 -->
  18.     <div id="Design" class="tabcontent">
  19.         <h2>2024</h2>
  20.         <h3>February 2024</h3>
  21.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement