请老师帮忙检查下代码
来源:3-8 自由编程
qq_慕无忌4218288
2021-04-19 22:32:07
<!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 Builder</title>
</head>
<body>
<!-- Header区域 -->
<header>
<!-- logo -->
<div class="logo">logo</div>
<div class="nav">
<ul>
<li>HOME</li>
<li>ABOUT</li>
<li>GALLERY</li>
<li>FACULTY</li>
<li>EVENTS</li>
<li>CONTACT</li>
</ul>
</div>
</header>
<!-- Banner区域 -->
<div class="banner">
<div class="banner_graph"><img src="images/banner3.jpg" alt=""></div>
<div class="banner_shadow">banner图片阴影部分</div>
<div class="banner_table">banner表格部分</div>
</div>
<!-- About区域 -->
<section class="about">
<div class="first_about">
<h2>About</h2>
分割线
<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="second_about">
<h2>A WORD ABOUT US</h2>
<div>
<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>
<!-- ABOUT第二部分背景 -->
<img src="images/bb3.jpg"></img>
<div>
<p>70000</p>
分割线
<p>Students</p>
</div>
<div>
<p>600</p>
分割线
<p>Faculty</p>
</div>
</div>
</section>
<!-- 图文混排区域 -->
<section class="graph_paragraph">
<div class="graph1"><img src="images/b1.jpg" alt=""></div>
<div class="paragraph2">
<h3>Library</h3>
<p><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry</span></p>
<p><span>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.</span></p>
<a href="">EXPLORE</a>
</div>
<div class="graph3"><img src="images/b2.jpg" alt=""></div>
<div class="paragraph4">
<h3>Library</h3>
<p><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry</span></p>
<p><span>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.</span></p>
<a href="">EXPLORE</a>
</div>
<div class="paragraph5">
<h3>Library</h3>
<p><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry</span></p>
<p><span>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.</span></p>
<a href="">EXPLORE</a>
</div>
<div class="graph6"><img src="images/b3.jpg" alt=""></div>
<div class="paragraph7">
<h3>Library</h3>
<p><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry</span></p>
<p><span>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.</span></p>
<a href="">EXPLORE</a>
</div>
<div class="graph8"><img src="images/b4.jpg" alt=""></div>
</section>
<!-- Gallery区域 -->
<section class="gallery">
<div class="gallery1">
<h2>GALLERY</h2>
分割线
<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="gallery2">
<dl>
<dt><a href=""><img src="images/03-01.jpg" alt=""></a></dt>
<dd>Science Lab</dd>
</dl>
<dl>
<dt><a href=""><img src="images/03-02.jpg" alt=""></a></dt>
<dd>Indoor Stadium</dd>
</dl>
<dl>
<dt><a href=""><img src="images/03-03.jpg" alt=""></a></dt>
<dd>Transportation</dd>
</dl>
<dl>
<dt><a href=""><img src="images/03-04.jpg" alt=""></a></dt>
<dd>Kids Room</dd>
</dl>
<dl>
<dt><a href=""><img src="images/03-05.jpg" alt=""></a></dt>
<dd>Meditation Classes</dd>
</dl>
<dl>
<dt><a href=""><img src="images/03-06.jpg" alt=""></a></dt>
<dd>Kids Play Ground</dd>
</dl>
</div>
</section>
<!-- Footer页脚 -->
<footer>
<p>© imooc.com 京ICP备13046642号</p>
</footer>
</body>
</html>
1回答
好帮手慕言
2021-04-20
同学你好,图片都可以正常显示,继续加油,祝学习愉快~
相似问题