+ 2
What is bootstrap and how is it helpful?
as I'm learning web Development currently I'm learning html, I just come across this new term someone told me that you can easily make website and very good websites without knowing coding using bootstrap. what am I supp to do?
4 Answers
+ 7
It is a mix of HTML, CSS, and Javascript code made to help on the process of creating websites and web applications
+ 4
well my advice is to continue to study HTML and through CSS to JavaScript. Bootstrap is just an abstraction of those building blocks, but with prior understanding you could always alter if the need be.
+ 2
As @Ben Bright because bootsrap has some caveats that show up when you already started to blindly rely on it. I was fooled by bootstrap myself but on the other hand it saved me a lot of styling that I consider the boring part of every project: i'm simply not good at it.
Let's say if you're doing a webpage that looks heavily like the web of the 90's you can use bootstrap to have it looking like the websites of 3-4 years ago with little effort. Of course you can customize it but in that case you can evaluate the option to do all the styling directly by yourself.
+ 2
Ya continue with basics as bootstrap is made from it