Login
Sign Up
Home
Tutorials
Microsoft Technologies Tutorials
Java Programming Tutorials
Web Designing Tutorials
Script Programming Tutorials
Database Programming Tutorials
Mobile Technologies Tutorials
Other Programming Tutorials
Examples
Articles
Tools
News
Home
Examples
BootStrap Examples
Bootstrap Basic Table Example
Bootstrap Basic Table
Bootstrap Basic Table Example
Keywords : table, bootstrap, bootstrap table, bootstrap tables example, bootstrap responsive table, bootstrap table template, tables bootstrap, bootstrap table design, bootstrap tables tutorial
Example
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Basic Table Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> <style> .bcontent { margin-top: 10px; } </style> </head> <body> <div class="container bcontent"> <h2>Bootstrap Basic Table</h2> <table class="table"> <thead> <tr> <th>First Name</th> <th>Last Name</th> <th>Tel No.</th> <th>Email</th> </tr> </thead> <tbody> <tr> <td>Peter</td> <td>Mark</td> <td>Not Available</td> <td>Not Available</td> </tr> <tr> <td>Peter</td> <td>Mark</td> <td>Not Available</td> <td>Not Available</td> </tr> <tr> <td>Peter</td> <td>Mark</td> <td>Not Available</td> <td>Not Available</td> </tr> </tbody> </table> </div> </body> </html>
Click Here to See Result
Result
PREVIOUS
Bootstrap Background Color Classes Examp...
NEXT
Bootstrap Dark Table Example
×
SIGN IN
Thanks to Register with tutlane.com
We sent verification mail to your registered email address to activate your account.
Please check your mail inbox in case if it not there check it in spam / junk folder
Email Address
Password
Lost Password?
Sign In
Dont have an Account yet?
Sign Up
Full Name
Email ID
Password
Re-enter Password
Register
Already have an account?
Sign In
Enter the email you used in your Tutlane profile. We will send your details.
E-mail Address
Submit
An Email has been sent with your account information. Please check your email and login
Already have an account?
Sign In