Very easy way to make table responsive
Making table responsive means to add scroll facility in table if data is more to show on screen.
A Responsive Table
It is simple to make table responsive, Only you have to close table in <div> and </div> code.
The code is below :
<div style="overflow- x: auto;">
It will only make table responsive. To make full website responsive automatically, you can visit this post:-