Page 207 - Computer Software Application TP - Volume 1
P. 207
COMPUTER SOFTWARE APPLICATION - CITS
</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>
</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>
• Save the program as a .html file
• Open the html file with a web browser
• Verify the output.
192
CITS : IT & ITES - Computer Software Application - Exercise 48