"Bootstrap tabing example"
Bootstrap 4.1.1 Snippet by sunil8107

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <html> <head> <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!--Include the above in your HEAD tag --> </head> <body> <ul class="nav nav-tabs" id="myTab" role="tablist"> <li class="nav-item"> <a class="nav-link active" id="overview-tab" data-toggle="tab" href="#overview" role="tab" aria-controls="overview" aria-selected="true">OVERVIEW</a> </li> <li class="nav-item"> <a class="nav-link" id="qualification-tab" data-toggle="tab" href="#qualification" role="tab" aria-controls="qualification" aria-selected="true">QUALIFICATIONS</a> </li> <li class="nav-item"> <a class="nav-link" id="exprience-tab" data-toggle="tab" href="#exprience" role="tab" aria-controls="exprience" aria-selected="true">EXPERIENCE</a> </li> <li class="nav-item"> <a class="nav-link" id="subject-tab" data-toggle="tab" href="#subject" role="tab" aria-controls="subject" aria-selected="false">SUBJECTS</a> </li> <li class="nav-item"> <a class="nav-link" id="availbility-tab" data-toggle="tab" href="#availbility" role="tab" aria-controls="availbility" aria-selected="false">AVAILABLITY</a> </li> </ul> <div class="tab-content" id="myTabContent"> <div class="tab-pane fade show active" id="overview" role="tabpanel" aria-labelledby="overview-tab"> <h5>Overview </h5> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</p> </div> <div class="tab-pane fade" id="qualification" role="tabpanel" aria-labelledby="qualification-tab"> <h5>QUALIFICATIONS </h5> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</p> </div> <div class="tab-pane fade" id="exprience" role="tabpanel" aria-labelledby="exprience-tab"> <h5>EXPERIENCE </h5> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</p> </div> <div class="tab-pane fade" id="subject" role="tabpanel" aria-labelledby="subject-tab"> <h5>SUBJECTS </h5> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</p> </div> <div class="tab-pane fade" id="availbility" role="tabpanel" aria-labelledby="availbility-tab"> <h5>AVAILABLITY </h5> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text. Many desktop publishin packages and web page editors now use Lorem Ipsum as their default model text, Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text</p> </div> </body> </html>
body{ padding:30px;}

Related: See More


Questions / Comments: