第二章2作业

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>贵美商城-商品购买页</title>
    <style>
        header,section,footer{
            height: 302px;
            border: 1px solid red;
        }
    </style>
</head>
<body>
<header>
    <h2>
        <img src="r/nb/1.jpg" height="300" width="1500"/>
    </h2>
</header>
<section>
    <h2>
        <img src="r/nb/2.jpg" height="300" width="1500"/>
    </h2>
</section>
<footer>
    <h2>
        <img src="r/nb/9.gif" height="300"width="1500"/>
    </h2>
</footer>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/qq3144836446/article/details/80661335