请老师检查2-18自由编程作业
来源:2-18 自由编程
听的说
2021-07-31 11:31:14
<!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>
<a href="http://" target="_blank" rel="noopener noreferrer"></a>
<body>
<main>
<header>
<div class="logo">
<img src="images/logo.png" alt="logo">
</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>
<div class="banner">
<img src="images/banner3.jpg" alt="banner">
</div>
<!-- 遮罩层 -->
<div class="banner-cover">
banner遮罩层
</div>
<!-- banner表单 -->
<div class="banner-form">
<form action="" method="">
<input type="text" name="name" placeholder="your Name">
<input type="text" name="phone" placeholder="your Phone">
<input type="email" name="email" placeholder="your Email">
<textarea name="" id="" cols="30" rows="10"></textarea>
<input type="submit" value="SEND MESSAGE">
</form>
</div>
</section>
<!-- about -->
<section id=" about ">
<div class="about-me ">
<h1>ABOUT</h1>
<div>分割线</div>
<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="about-word ">
<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>EXPLORE</div>
</div>
<img src="images/bb3.jpg " alt="class ">
<div class="about-sj ">
<div>
<p>70000</p>
<div>分割线</div>
<div>Students</div>
</div>
<div>
<p>600</p>
<div>分割线</div>
<div>Faculty</div>
</div>
</div>
</section>
<!-- 图片混排区域 -->
<section>
<article>
<img src="images/b1.jpg " alt="b1 ">
<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>
<div>EXPLORE</div>
</div>
</article>
<article>
<img src="images/b2.jpg " alt="b1 ">
<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>
<div>EXPLORE</div>
</div>
</article>
<article>
<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>
<div>EXPLORE</div>
</div>
<img src="images/b3.jpg " alt="b1 ">
</article>
<article>
<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>
<div>EXPLORE</div>
</div>
<img src="images/b4.jpg " alt="b1 ">
</article>
</section>
<!-- Gallery 区域 -->
<section>
<h2>GALLERY</h2>
<div>分割线</div>
<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 class="gallery ">
<img src="images/03-01.jpg " alt=" ">
<div class="gallery-title "> Science Lab</div>
</div>
<div class="gallery ">
<img src="images/03-02.jpg " alt=" ">
<div class="gallery-title "> Indoor Stadium</div>
</div>
<div class="gallery ">
<img src="images/03-03.jpg " alt=" ">
<div class="gallery-title "> Transportation</div>
</div>
<div class="gallery ">
<img src="images/03-04.jpg " alt=" ">
<div class="gallery-title "> Kids Room</div>
</div>
<div class="gallery ">
<img src="images/03-05.jpg " alt=" ">
<div class="gallery-title "> Meditation Classes</div>
</div>
<div class="gallery ">
<img src="images/03-06.jpg " alt=" ">
<div class="gallery-title "> Kids Play Ground</div>
</div>
</section>
<!-- 页脚 -->
<footer>
<p>© 2016 imooc.com 京ICP备13046642号</p>
</footer>
</main>
</body>
</html>
1回答
同学你好,表单结构没问题,很棒。继续加油,祝学习愉快!
相似问题