How to make a responsive webpage in html? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How to make a responsive webpage in html?

i want to make my webpage responsive to any device

23rd Jun 2017, 5:03 AM
harsh kathiriya
harsh kathiriya - avatar
4 Respostas
+ 5
Responsive is not meaning magical... and all you can get with just a meta tag is to prepare a non-responsivily designed page to be displayed less worst as possible, but not responsive at all: <meta name="viewport"> https://css-tricks.com/snippets/html/responsive-meta-tag/ is probably what you're searching. Not real responsive, as such site are designed at start to be such, commonly by being think as 'mobile first' designed, and enhanced with biggest display devices, through the use of relatives units in the Css definitions and media queries to handle differetnts layouts regarding device properties (size, definition, orientation...) https://www.w3schools.com/css/css_rwd_mediaqueries.asp
23rd Jun 2017, 7:40 AM
visph
visph - avatar
+ 4
Easiest way to make a responsive website :- https://speckyboy.com/make-any-website-responsive/
23rd Jun 2017, 5:42 AM
Ekansh
0
Thank you Ekansh but is it possible with meta tag?
23rd Jun 2017, 5:44 AM
harsh kathiriya
harsh kathiriya - avatar
0
Thanks visphšŸ˜Š
23rd Jun 2017, 10:45 AM
harsh kathiriya
harsh kathiriya - avatar