RESPONSIVE DESIGN DOUBT
guys in web development while developing html files
is it only the <meta name="viewport" content="width=device-width, initial-scale=1.0"> tag is enough to create a web page set for all devices view
or is there any other points to consider
1 Reply
different screen sizes will need different layouts, so no, that's not all you need to do
you have to use the responsive design mode in your browser to check what your site looks at on different size screens, and adjust your layout so it stays usable either by adjusting the entire thing, or by using media queries to target specific screen sizes