Answers for "what should i write in the meta tag to make html responsive on mobile"

8

responsive meta tag

<meta name="viewport" content="width=device-width, initial-scale=1">
Posted by: Guest on February-08-2020
0

Responsive meta tag

<meta name="viewport" content="initial-scale=1, width=device-width" />
Posted by: Guest on October-05-2021

Code answers related to "what should i write in the meta tag to make html responsive on mobile"

Browse Popular Code Answers by Language