请老师检查

来源:3-8 自由编程

慕UI4313976

2021-02-13 16:48:16

<!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">
<a href="">
<img src="./images/logo.png" alt="">
</a>
</div>
<nav>
<ul>
<li><a href="">HOME</a></li>
<li><a href="">ABOUT</a></li>
<li><a href="">GALLERY</a></li>
<li><a href="">FACULTY</a></li>
<li><a href="">EVENTS</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</nav>
</header>
<main>
<section class="banner">
<a href="">
<img src="./images/banner3.jpg" alt="">
</a>
<div class="banner-cover">banner遮罩层</div>
<div class="banner-form">banner表单</div>
</section>
<section class="about">
<h2>AUBOT</h2>
<div class="line">分割线</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting <br> industry. Lorem Ipsum has been the industry's standard dummy<br> text ever since the 1500s.</p>
<p>
<h2>A WORD <br> 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>
<div>
<div>EXPLORE</div>
<img src="./images/bb3.jpg" alt="">
<div>7000</div>
</div>
<div class="line">分割线</div>
<div>
<div>Students</div>
<div>600</div>
</div>
<div class="line">分割线</div>
<div>
<div>Faculty</div>
<img src="./images/b1.jpg" alt="">
</div>
<div>
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div>
<div>EXPLORE</div>
<img src="./images/b2.jpg" alt="">
</div>
<div>
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div>
<div>EXPLORE</div>
<img src="./images/b3.jpg" alt="">
</div>
<div>
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div>
<div>EXPLORE</div>
<img src="./images/b4.jpg" alt="">
</div>
<div>
<h2>Library</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</section>
<section class="gallery">
<div class="line">分割线</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting <br> industry. Lorem Ipsum has been the industry's standard dummy<br> text ever since the 1500s.</p>
<div>
<dl>
<dt>
<img src="./images/03-01.jpg" alt="">
</dt>
<dd>
Scienec 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 Ground
</dd>
</dl>
</div>
</section>
</main>
<footer>
<p>
&copy; 2016 imooc.com 京ICP备13046642号
</p>
</footer>
</body>
</html>


写回答

1回答

好帮手慕星星

2021-02-17

同学你好,代码是正确的。继续加油,祝学习愉快!

0

0 学习 · 15276 问题

查看课程

相似问题