Page 216 - CITS - CSA - TP (Volume 1) - Hindi
P. 216
कंप्यूटर सॉफ्टवेयर एप्लीकेशन- CITS
5 क े चूअल ासेज के साथ टेबल
• टे एिडटर ओपन कर
• िन िल खत कोड िलख
<!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>Contextual Classes</h2>
<table class=”table”>
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr class=”table-primary”>
<td>John</td>
200
CITS : IT & ITES - क ं ूटर सॉ वेयर ए ीक े शन - अ ास 48

