Very-Very easy way to make your website responsive automatically
Before
After
Most people made their website but they don't know how to make it responsive. Therefore their website does not look attractive.
To make website responsive you have Only to insert this html code between <head> and </head>.
The code is below :
<meta name="viewport" content="width=device-width, Intial-scale=1.0">
But remember it didn't make table responsive. To make table responsive open the below post:-