麻烦老师检查一下代码是否合理
来源:3-8 自由编程
慕工程2208425
2021-05-23 11:50:02
<!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>Career Bulider</title>
<meta name="Keywords" content="">
<meta name="Deccripition" content="">
</head>
<body>
<!-- 页面头部 -->
<header>
<!-- logo -->
<div class="logo">
<a href="">
<h1><img src="./images/logo.png"></h1>
</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>
<!-- 页面banner区域 -->
<section>
<!-- banner图 -->
<div class="banner_image"><img src="./images/banner3.jpg"></div>
<!-- banner遮罩 -->
<div class="banner_mask">banner遮罩层</div>
<!-- banner表单 -->
<div class="banner_form">banner表单</div>
</section>
<!-- 页面内容 -->
<article>
<!-- About部分 -->
<section class="About">
<!-- About标题部分 -->
<div class="about_header">
<h2>ABOUT</h2>
<p>分割线</p>
<!-- About描述部分 -->
<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>
<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>
<p><a href="">EXPLORE</a></p>
<img src="./images/b3.jpg">
<p>7000</p>
<p>分割线<br>Students</p>
<p>600</p>
<p>分割线<br>Fculty</p>
</div>
<!-- 图文混排区域 -->
<div class="about_main">
<div><img src="./images/b1.jpg">
<h3>Library</h3>
<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>
<p><a href="">EXPLORE</a></p>
</div>
<div><img src="./images/b2.jpg">
<h3>Computer Lab</h3>
<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>
<p><a href="">EXPLORE</a></p>
</div>
<div>
<h3>Conference Hall</h3>
<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>
<p><a href="">EXPLORE</a></p>
<img src="./images/b3.jpg">
</div>
<div>
<h3>Play Ground</h3>
<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>
<p><a href="">EXPLORE</a></p>
<img src="./images/b4.jpg">
</div>
</div>
</section>
<!-- Gallery区域 -->
<section class="Gallery">
<!-- Gallery标题部分 -->
<div class="gallery_header">
<h1>GALLERY</h1>
<p>分割线</p>
<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, when an unknown printer took a galley of
type and scrambled it to make a type specimen book.
</p>
</div>
<!-- Gallery描述部分 -->
<div class="gallery_main">
<dl>
<dt><img src="./images/03-01.jpg" ></dt>
<dd>Science Lab</dd>
<dt><img src="./images/03-02.jpg" ></dt>
<dd>Indoor Stadium</dd>
<dt><img src="./images/03-03.jpg" ></dt>
<dd>Transportation</dd>
<dt><img src="./images/03-04.jpg" ></dt>
<dd>Kids Room</dd>
<dt><img src="./images/03-05.jpg" ></dt>
<dd>Meditation Classes</dd>
<dt><img src="./images/03-06.jpg" ></dt>
<dd>Kids Play Ground</dd>
</dl>
</div>
</section>
</article>
<!-- 页脚区域 -->
<div class="footer">
<p>© 2016 imooc.com 京ICP备13046642号</p>
</div>
</body>
</html>
1回答
好帮手慕星星
2021-05-23
同学你好,代码布局以及实现效果很棒。继续加油,祝学习愉快!
相似问题