Answer: Bootstrap contains predefined CSS of all functions to make user easy to design.Here we create a table using bootstrap.
<table class="table">
<thread>
<tr>
<th>S/no.</th>
<th>Name</th>
<th>Details</th>
<th>Contact</th>
</tr>
</thread>
<tbody>
<tr>
<td>1</td>
<td>DotNetFunda</td>
<td>Fundamentals of .Net</td>
<td>support@dotnetfunda.com</td>
</tr>
</tbody>
Asked In: While Learning |
Alert Moderator