HTML Table Generator on GoojDex
Red Dead Redemption 2 | Rockstar Games | 2018 |
The Witcher 3 | CD Projekt RED | 2015 |
Nier: Automata | Platinum Games | 2017 |
Overwatch | Blizzard | 2016 |
HTML Code
<table class="table table-striped table-dark text-center">
<thead>
<tr>
<th>
<button value="Title" class="btn btn-secondary w-100">
Title<i class="fas fa-long-arrow-alt-up"></i><i class="fas fa-long-arrow-alt-down"></i>
</button>
</th>
<th>
<button value="Studio" class="btn btn-secondary w-100">
Studio<i class="fas fa-long-arrow-alt-up"></i><i class="fas fa-long-arrow-alt-down"></i>
</button>
</th>
<th>
<button value="Year" class="btn btn-secondary w-100">
Year<i class="fas fa-long-arrow-alt-up"></i><i class="fas fa-long-arrow-alt-down"></i>
</button>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Red Dead Redemption 2</td>
<td>Rockstar Games</td>
<td>2018</td>
</tr>
<tr>
<td>The Witcher 3</td>
<td>CD Projekt RED</td>
<td>2015</td>
</tr>
<tr>
<td>Nier: Automata</td>
<td>Platinum Games</td>
<td>2017</td>
</tr>
<tr>
<td>Overwatch</td>
<td>Blizzard</td>
<td>2016</td>
</tr>
</tbody>
</table>
Powered by Dev Solutions