How to Create Table in bootstrap
Microsoft Net Framework

   <div class="container">
        <h2>Class Table</h2>
        <table class="table">
            <thead>
                <tr>
                    <th>Firstname</th>
                    <th>Lastname</th>
                    <th>Email</th>
                </tr>
            </thead>
            <tbody>
                <tr class="danger">
                    <td>Asif</td>
                    <td>Ghaffar</td>
                    <td>as@gmail.com</td>
                </tr>
                <tr class="success">
                    <td>Ali</td>
                    <td>Akbar</td>
                    <td>a@yahoo.com</td>
                </tr>
                <tr class="danger">
                    <td>Adil</td>
                    <td>Ali</td>
                    <td>abs@hotmail.com</td>
                </tr>
                
            </tbody>
        </table>
    </div>

Share This with your friend by choosing any social account


Upcoming Articles
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM