PROS & CONS of BOOTSTRAP

PROS & CONS of BOOTSTRAP #Bootstrap Development Bootstrap is an HTML, CSS and JS framework used for developing responsive and mobile first projects on the web. Following are the pros and cons of Bootstrap Development, have a  glance at it: The Advantages of Bootstrap Development are: Fewer Cross browser bugs Read more…

What is Bootstrap?

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites. Bootstrap 4 is the newest version of Bootstrap Bootstrap Example: <!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Example</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js”></script> </head> <body> <div class=”jumbotron text-center”> Read more…

web development

Web  development Web development is the building and maintenance of websites; it’s the work that happens behind the scenes to make a website look great, work fast and perform well with a seamless user experience. Web developers, or ‘devs’, do this by using a variety of coding languages. The languages Read more…