how to create responsive website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create responsive website

5th Jan 2017, 2:13 AM
shehroz damanwala
shehroz damanwala - avatar
3 Answers
+ 2
At the basic CSS level, start using % for units instead of pixels. Or you could use an existing responsive framework like bootstrap or foundation.
5th Jan 2017, 3:09 AM
Nikunj Arora
Nikunj Arora - avatar
0
If you don't have a server-side language available to you (php, asp, cgi) then you can use hard coded javaScript on your page. Either way using basic javaScript or jQuery you can provide a page with interactive responses and reactions. EDIT: What specifically do you mean by responsive? Reactive to browser window changes, or user element interactions?
5th Jan 2017, 2:53 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar
0
can i use this code <meta name="viewport" content="width=device-width, initial-scale=1">
5th Jan 2017, 3:00 AM
shehroz damanwala
shehroz damanwala - avatar