Bootstrap assignment
Bootstrap 5 Lab 1 Setup Environment Start Here Prepare your system with Bootstrap 5. Download Bootstrap 5 via CDN or local files Create a new project folder Link Bootstrap CSS and JS in index.html 2 Grid System Basics Learn responsive layouts using Bootstrap grid. Create a container with .container Use .row and .col classes Experiment with breakpoints: .col-sm , .col-md , .col-lg 3 Typography & Utilities Apply Bootstrap’s text and spacing utilities. Use .text-center , .fw-bold , .text-muted Apply margin/padding with .m-3 , .p-2 Practice responsive text sizes 4 Components Practice Work with Bootstrap’s built-in components. Create a navbar with .navbar Add buttons with .btn classes Use cards with .card and .card-body 5 Forms & Validation Design forms with Bootstrap styling. Build a login form using .form-control Add .form-check for checkboxes Implement validation states with .is-valid and...