Page 213 - CITS - CSA - TP (Volume 1) - Hindi
P. 213

कंप्यूटर सॉफ्टवेयर एप्लीकेशन- CITS


























           3  बॉड र वाली टेबल

              •  टे  एिडटर ओपन कर

              •  िन िल खत कोड िलख
                 <!DOCTYPE html>
                 <html lang=”en”>

                 <head>
                 <title>Bootstrap Example</title>
                 <meta charset=”utf-8”>
                 <meta name=”viewport” content=”width=device-width, initial-scale=1”>
                 <link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css”   rel=”stylesheet”>

                 <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js”></script>
                 </head>
                 <body>
                 <div class=”container mt-3”>
                   <h2>Table-striped</h2>
                 <table class=”table table-bordered”>
                   <thead>

                   <tr>
                      <th>Firstname</th>
                      <th>Lastname</th>
                      <th>Email</th>
                 </tr>

                 </thead>
                 <tbody>
                 <tr>
                   <td>John</td>
                   <td>Doe</td>
                   <td>john@example.com</td>





                                                           197

                                     CITS : IT & ITES - कं  ूटर सॉ वेयर ए ीके शन - अ ास 48
   208   209   210   211   212   213   214   215   216   217   218