Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <title>Title</title>
- <!-- Required meta tags -->
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <!-- Bootstrap CSS v5.3.0 -->
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"
- integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
- crossorigin="anonymous">
- <style>
- img {width: 100px; height: 100px;}
- #tbl1 td {color: red;}
- </style>
- </head>
- <body>
- <div>
- <img class="img-thumbnail float-start" src="gatto.jpg">
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis commodi non numquam facilis voluptatum, reprehenderit, vitae recusandae veniam dignissimos nihil quibusdam sed! Fugit deserunt aliquid vitae voluptate pariatur! Voluptatibus, qui?
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis architecto itaque atque velit excepturi, sit expedita placeat saepe, aspernatur deleniti doloremque, sint laborum repellendus repudiandae! Eos quod sunt voluptas magnam?
- <img class="img-thumbnail float-end" src="gatto.jpg">
- <img class="img-fluid clearfix" src="gatto.jpg">
- Lorem ipsum dolor sit, amet consectetur adipisicing elit. Facere aliquam doloremque veritatis. Iusto dicta fuga omnis libero asperiores quod, doloremque eius iste distinctio, voluptates suscipit exercitationem. Sed rem facilis eius.
- Lorem ipsum dolor sit, amet consectetur adipisicing elit. A corporis architecto, quod veniam, quae perferendis esse necessitatibus quisquam iure porro magnam saepe? Ab, aperiam. Deserunt sunt ipsa quo sed ullam!
- </div>
- <br><br>
- <table>
- <tr>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- </tr>
- <tr>
- <td>Jacob</td>
- <td>Thornton</td>
- <td>@fat</td>
- </tr>
- <tr>
- <td colspan="2">Larry the Bird</td>
- <td>@twitter</td>
- </tr>
- </table>
- <br><br>
- <div class="m-2">
- <table class="table table-bordered border-primary table-hover">
- <tr>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- </tr>
- <tr>
- <td>Jacob</td>
- <td>Thornton</td>
- <td>@fat</td>
- </tr>
- <tr>
- <td colspan="2">Larry the Bird</td>
- <td>@twitter</td>
- </tr>
- </table>
- </div>
- <div class="m-2 text-primary">
- <table class="table table-bordered border-primary table-success">
- <tr>
- <td>Mark</td>
- <td class="table-dark">Otto</td>
- <td>@mdo</td>
- </tr>
- <tr class="table-info border-primary">
- <td>Jacob</td>
- <td>Thornton</td>
- <td>@fat</td>
- </tr>
- <tr>
- <td colspan="2">Larry the Bird</td>
- <td>@twitter</td>
- </tr>
- </table>
- </div>
- <div class="m-2">
- <table class="table table-warning table-striped border-primary">
- <tr>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- </tr>
- <tr>
- <td>Jacob</td>
- <td>Thornton</td>
- <td>@fat</td>
- </tr>
- <tr>
- <td colspan="2">Larry the Bird</td>
- <td>@twitter</td>
- </tr>
- </table>
- </div>
- <div class="m-2 table-responsive">
- <table class="table table-warning">
- <tr>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- </tr>
- <tr>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- </tr>
- <tr>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- </tr>
- </table>
- </div>
- <!-- Bootstrap JavaScript Libraries -->
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
- integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
- crossorigin="anonymous"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement