老师请帮忙检查一下作业,谢谢您!
来源:3-8 自由编程
宝慕林4583574
2022-08-20 13:52:40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- 网页的头部 -->
<header>
<div class="logo">
<img src="images/logo.png" alt="">
</div>
<nav>
<ul>
<li>HOME</li>
<li>ABOUT</li>
<li>GALLERY</li>
<li>FACULTY</li>
<li>EVENTS</li>
<li>CONTACT</li>
</ul>
</nav>
</header>
<!-- 网页的banner -->
<section class="banner">
<img src="images/banner3.jpg" alt="">
<p>banner遮罩层</p>
<p>banner表单</p>
</section>
<!-- 网页的主体 -->
<main>
<div class="about">
<h1>ABOUT</h1>
<p>分割线</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
<div class="a word about us">
<h2>A WORD</h2>
<h2> ABOUT US</h2>
<p>Praesent dignissim viverra est, sed bibendum ligula congue non. Sed ac nisl et felis gravida commodo? Suspendisse eget ullamcorper ipsum. Suspendisse diam amet.</p>
<p>EXPLORE</p>
<img src="images/bb3.jpg" alt="">
<p>70000</p>
<p>分割线</p>
<p>Students</p>
<p>600</p>
<p>分割线</p>
<p>Faculty</p>
<img src="images/b1.jpg" alt="">
</div>
<div class="library">
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>EXPLORE</p>
<img src="images/b2.jpg" alt="">
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>EXPLORE</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>EXPLORE</p>
<img src="images/b3.jpg" alt="">
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>EXPLORE</p>
<img src="images/b4.jpg" alt="">
</div>
<div class="gallery">
<h2>GALLERY</h2>
<p>分割线</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<dl>
<dt>
<img src="images/03-01.jpg" alt="">
</dt>
<dd>Science Lab</dd>
</dl>
<dl>
<dt>
<img src="images/03-02.jpg" alt="">
</dt>
<dd>Indoor Stadium</dd>
</dl>
<dl>
<dt>
<img src="images/03-03.jpg" alt="">
</dt>
<dd>Transportation</dd>
</dl>
<dl>
<dt>
<img src="images/03-04.jpg" alt="">
</dt>
<dd>Kids Room</dd>
</dl>
<dl>
<dt>
<img src="images/03-05.jpg" alt="">
</dt>
<dd>Meditation Classes</dd>
</dl>
<dl>
<dt>
<img src="images/03-06.jpg" alt="">
</dt>
<dd>Kids Play Grond</dd>
</dl>
</div>
<!-- 页尾 -->
<footer>
<p> ©2016 imooc.com 京ICP备13046642号</p>
</footer>
</main>
</body>
</html>
1回答
好帮手慕星星
2022-08-20
同学你好,引入图片没问题。祝学习愉快~
相似问题