6.小海豹.html 557 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <link rel="stylesheet" href="../css/6.小海豹.css">
  8. </head>
  9. <body>
  10. <h3>页眉</h3>
  11. <h3>导航</h3>
  12. <img id="img1" src="../img/1.jpg" alt="">
  13. <img id="img2" src="../img/2.jpg" alt="">
  14. <img id="img3" src="../img/3.jpg" alt="">
  15. <div class="main">
  16. <div class="left"></div>
  17. <div class="right"></div>
  18. </div>
  19. <h3>页尾</h3>
  20. </body>
  21. </html>