Mid JavaScript

How do you create responsive tables?

Wrap the table in .table-responsive:

<div class="table-responsive">

<table class="table">...</table>

</div>

More from JavaScript Tutorial

All questions for this course