Answers for "how to set a html tag viewport for phone"

2

html change viewport to smartphone size

<meta name="viewport" content="width=500, initial-scale=1">
Posted by: Guest on January-21-2021
14

html tag for mobile view

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Posted by: Guest on October-29-2019

Browse Popular Code Answers by Language