+ 7
Responsive web development
What are the necessary steps to take to build a responsive web.also how long wil it take one to achieve this
11 Answers
+ 2
you can use bootstrap for making responsive web site.....
media queries are also used for making responsive websites.....
but using media query one can only make responsive website...
using bootstrap gives some cool built-in features like css for buttons, making cool navigation are possible
+ 7
No. Lazy people use bootstrap ;)
+ 6
media querys.
@media (max-width: 767.99px){}
@media (min-width: 1100px) {}
You shouldn't use bootstrap if you want to make a unique and original website.
+ 5
You can easily build it by Django, it's a very rich web framework of Python.
Django has Django-Responsive.
 Django-responsive a utility application for building responsive websites in Django. This tool is meant to complement the use of CSS media queries and help solve problems with fixed width elements such as advertisements or embedded video.
For this you have to learn Python 3, Django and HTML.
Learning Python is very helpful for today's reality, which will open doors for Data Science, Artificial Intelligence and many more.
+ 2
Thanks to you all
+ 2
....ok...i'm going to learn bootstrap
+ 2
The two basic tools you need are built into CSS. Flexbox and CSS grid.
Learn those first. Bootstrap just duplicates these and you end up with more dependencies. If you are going to learn a framework look at Vue, React or Polymer which are the modern way of doing things, but again more dependencies and weight.
+ 2
@Mike Choy
Thank you
0
Ok
0
hi
with media query,there is no need to learn bootstrap!??
(to make responsive website)
...?
0
that mean i must use bootstrapđ
i thought that media query is easier simpler than bootstrap