While styling effects can vary depending on the theme, the .table class is used to create a uniform and consistent appearance for tables across an application:
<table class="table">
<tr>
<th>Season</th>
<th>Doctor</th>
&l...