Untitled
unknown
plain_text
2 years ago
2.5 kB
2
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bootstrap</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> <link rel="stylesheet" href="boot.css"> </head> <body> <div class="container-fluid text-black bg-success text-center"> <h1 id="ag" align="center">Bootstrap</h1> <p>Bootstrap 5 is the newest version of Bootstrap; with new components, faster stylesheet and more responsiveness. <br> Bootstrap 5 supports the latest, stable releases of all major browsers and platforms. However, Internet Explorer 11 and down is not supported.</p> </div> <div class="container mt-5"> <div class="row"> <div class="col-sm-4"> <h3>Main Differences </h3> <p>The main differences between Bootstrap 5 and Bootstrap 3 & 4<br>Is that Bootstrap 5 has switched to JavaScript instead of jQuery.</p> </div> <div class="col-sm-4"> <h3>Differences</h3> <p>Bootstrap 5 has switched to JavaScript instead of jQuery.</p> </div> <div class="col-sm-4"> <h3>Bootstrap 5</h3> <p>newest version of Bootstrap; with new components, faster stylesheet and more responsiveness.</p> </div> </div> </div> <center> <input type="button" value="Submit" name="Submit" class="btn btn-primary"><br><br> <a href="https://www.google.com/search?q=bootstrap+5&oq=&gs_lcrp=EgZjaHJvbWUqCQgAEEUYOxjCAzIJCAAQRRg7GMIDMgkIARBFGDsYwgMyCQgCEEUYOxjCAzIJCAMQRRg7GMIDMgkIBBBFGDsYwgMyCQgFEEUYOxjCAzIJCAYQRRg7GMIDMgkIBxBFGDsYwgPSAQszNDY2NTQ0ajBqN6gCCLACAQ&sourceid=chrome&ie=UTF-8" class="btn btn-danger">Content</a> </center> </body> </html> <!-- container-----12 --> <!-- 1,2,3,4,6,12 size of container can be divided --> <!-- sm===small 4 --> <!-- btn====button --> <!-- class="btn btn-primary" -->
Editor is loading...