Need help with HTML5 tabbed browsing

Discussion in 'Web Design, HTML And CSS' started by sundeepk, Feb 20, 2017.

  1. sundeepk

    sundeepk New Member

    Joined:
    Oct 9, 2013
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    1
    Can someone please guide me through the process for developing a HTML5 tabbed browsing page.

    I am trying to display another HTML file within the tabbed region
     
  2. sundeepk

    sundeepk New Member

    Joined:
    Oct 9, 2013
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    1
    Code:
    <div class="tabbable">
    <ul class="nav nav-tabs">
      <li role="presentation" class="active"><a href="#">Overview</a></li>
      <li role="presentation"><a href="Members.html" target="_blank">Members</a></li>
    </ul>
    </div>
    
    Here I would like to display another html file using the a tag .
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice