+ 2

How to make a page responsible in html

20th Mar 2021, 5:20 PM
Sumaya
Sumaya - avatar
3 Answers
+ 3
by using relative units and/or @media rules...
20th Mar 2021, 5:22 PM
visph
visph - avatar
+ 3
I assume you wanted to know about how to make a web page responsive using css. You can do that using css media queries, using css layout like flex or grid etc. You may like this article - https://dzone.com/articles/using-csshtml-make-responsive
20th Mar 2021, 5:42 PM
Anuran Pal
Anuran Pal - avatar