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

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




                 <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-striped”>
                    <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>
                 </tr>
                 <tr>
                    <td>Mary</td>
                    <td>Moe</td>

                    <td>mary@example.com</td>
                 </tr>
                 <tr>
                    <td>July</td>
                    <td>Dooley</td>

                    <td>july@example.com</td>
                 </tr>
                 </tbody>
                 </table>
                 </div>
                 </body>

                 </html>
              •   ो ाम को .html फ़ाइल के   प म  सेव कर

              •  वेब  ाउज़र से html फ़ाइल ओपन कर
              •  आउटपुट की वेरीफाई कर ।



                                                           196

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