请老师帮着检查下自由编程,谢谢
来源:3-8 自由编程
ZFB8672236
2022-08-27 09:57:10
<!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>
<!-- logo -->
<div>Career Builder</div>
<!-- navi -->
<div>
<ul>
<li>HOME</li>
<li>ABOUT</li>
<li>GALLREY</li>
<li>FACULTY</li>
<li>EVENTS</li>
<li>CONTACT</li>
</ul>
</div>
</div>
<!-- banner -->
<div>
<!-- 图片 -->
<div><img src="img/banner3.jpg"></div>
<!-- 遮罩层 -->
<div></div>
<!-- 表单 -->
<div></div>
</div>
<!-- about -->
<div>
<!-- 标题与简短描述 -->
<div>
<h2>ABOUT</h2>
<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>
<!-- 详细描述 -->
<div>
<div>
<h3>A WORD ABOUT US</h3>
<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>
<a href="">EXPLORE</a>
</div>
<div>
<img src="img/bb3.jpg">
</div>
<div>70000</div>
<div>
<p>Students</p>
<p>600</p>
</div>
</div>
</div>
<!-- 图文混排区 -->
<div>
<div>
<h2>Faculty</h2>
</div>
<div>
<img src="img/b1.jpg">
</div>
<div>
<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>
<a href="">EXPLORE</a>
</div>
<div><img src="img/b2.jpg"></div>
<div>
<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>
<a href="">EXPLORE</a>
<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>
<a href="">EXPLORE</a>
</div>
<div><img src="img/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>
<a href="">EXPLORE</a>
</div>
<div><img src="img/b4.jpg"></div>
</div>
<!-- galllery -->
<div>
<!-- 标题与简短描述 -->
<div>
<h2>GALLREY</h2>
<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>
<!-- 详细描述 -->
<div>
<dl>
<dt><img src="img/03-01.jpg"></dt>
<dd>Science Lab</dd>
</dl>
<dl>
<dt><img src="img/03-02.jpg"></dt>
<dd>Indoor Stadium</dd>
</dl>
<dl>
<dt><img src="img/03-03.jpg"></dt>
<dd>Transportation</dd>
</dl>
<dl>
<dt><img src="img/03-04.jpg"></dt>
<dd>Kids Room</dd>
</dl>
<dl>
<dt><img src="img/03-05.jpg"></dt>
<dd>Meditation Classes</dd>
</dl>
<dl>
<dt><img src="img/03-06.jpg"></dt>
<dd>Kids Play Ground</dd>
</dl>
</div>
</div>
<!-- footer -->
<div>
<p>© 2016 imooc.com 京ICP备13046642号</p>
</div>
</body>
</html>
1回答
同学你好,图片的引入是对的。如下位置,结构应该是一样的,同学自己调整一下(600所在的结构是对的):
祝学习愉快!
相似问题