How to change my normal web to responsible web ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change my normal web to responsible web ?

Web

14th May 2024, 3:10 PM
My feelings
My feelings - avatar
1 Answer
+ 3
Hey, check out the link Brentspine posted! It's all about setting the viewport to make your website look good on any device. Just add this  tag to all your web pages: <head>   <meta name="viewport" content="width=device-width, initial-scale=1.0">   </head>   That will take care of most of the work for you. But there's more! There's another section on that site that's worth checking out. It's all about responsive web design with CSS. Here's the link: https://www.w3schools.com/css/css_rwd_intro.asp
14th May 2024, 8:00 PM
Chris Coder
Chris Coder - avatar