Are HTML tables automatically responsive?
-
Just wondering if vanilla, simple, HTML tables become responsive by some OceanWP type of magic?
The below is an example of the type of HTML I’m referring to…
<table class=”table table-bordered table-hover table-condensed”>
<tbody><tr>
<td>Peter Pants</td>
<td>this and that</td>
</tr>
<tr>
<td>Terry Larry</td>
<td>you must be kidding</td>
</tr>
<tr>
<td>James Bond</td>
<td>Jinks and Jooks</td>
</tr>
<tr>
<td>Barry Brussels</td>
<td>Kinky Afro</td>
</tr>
</tbody></table>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Are HTML tables automatically responsive?’ is closed to new replies.