Is it always to put this every page?

HI, I am newbie in responsive web design and i would like to learn on how to achieve this…while reading some references i found in the meta tag

<meta name=“viewport” content=“width=device-width,
initial-scale=1.0”>

My question for this,Is this should be always put in the meta tag in each page ?

Thank you in advance :slight_smile:

Yes, you’ll need it on each page you want it to work on.

Ok, Thank you ralph for the quick reply :slight_smile:

Yes , you have to add this code .
this viewport meta tag is used to make your site display correctly in the mobile phone and tablet browsers.

Great how it works if we include this we don’t need to have media query

Well…it may work for mobile devices, but not various resolutions on a monitor. So you would still want to use media queries with the min-width/max-width resolution attributes if you want to use “best practice.”