How can make a website interactive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can make a website interactive

I need the code that will enable my website to automatically fit into screen size coz currently it only fits into pc screen

28th Mar 2019, 5:41 AM
Dennis kemboi
Dennis kemboi - avatar
4 Answers
+ 1
Thanks alot
28th Mar 2019, 6:15 AM
Dennis kemboi
Dennis kemboi - avatar
0
Put the following in your <head> tag: <meta name="viewport" content="width=device-width, initial-scale=1">
28th Mar 2019, 6:14 AM
Limitless
Limitless - avatar
0
You need something like a responsive design. Look for "grid" or for "12-colum" responsive design in google.
28th Mar 2019, 8:23 AM
Dragonxiv
Dragonxiv - avatar
0
Dragonxiv makes a good point. If the Meta didn't do what it had to do. Look at your code and make sure that it's interactive according to your needs. Bootstrap is a very fun and easy way to make it interactive.
28th Mar 2019, 10:22 AM
Limitless
Limitless - avatar