Bootstrap

3ubH...t6Ew
24 Oct 2022
27

So i started learning bootstrap today and i saw how easy it is to use bootstrap to make a website responsive instead of the usual media queries. It is a free open source front end web development framework as it has different html classes, css stylings, annd javascript templates in it. It is used by a lot of web developers as it is a better choice and much more easier to use as compared to other css frameworks. It saves up a lot of time as it already has its own inbuilt classes to help with website layout. You can access bootstrap by typing bootstrap cdn, then copying the css and javascript files unto your code editor in the html page. After this is done, you'd see that there are already some inbuilt margin and padding properties when you just put a text in a container class. You can also specify how you want the text to appear for a large screen, small screen, medium screen, extra large screen and extra small screen. When this is set, you notice that the layout of the website responds to the screen size of the device used, and this is done even without using media queries to make it responsive at different screensizes. It is the most popular css framework and since it saves time, most companies use this instead of going through the not so difficult media queries process. Any body that wants to start a front end or even full stack web development journey is required to learn it as it always comes in handy. Back end developers too are required to learn it as it contains different html, css and javascript design templates, forms, buttons, navigations etc for the layout of their website. After learning bootstrap, i'd go on to learn javascript as it is necessary for front end development and it's also a programming language that could be used for back end development.

Write & Read to Earn with BULB

Learn More

Enjoy this blog? Subscribe to Ikana

1 Comment

B
No comments yet.
Most relevant comments are displayed, so some may have been filtered out.