123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <link rel="stylesheet" href="../css/6.小海豹.css">
- </head>
- <body>
- <h3>页眉</h3>
- <h3>导航</h3>
- <img id="img1" src="../img/1.jpg" alt="">
- <img id="img2" src="../img/2.jpg" alt="">
- <img id="img3" src="../img/3.jpg" alt="">
- <div class="main">
- <div class="left"></div>
- <div class="right"></div>
- </div>
- <h3>页尾</h3>
- </body>
- </html>
|