<!doctype html> <!--网页的声明-->
<html lang="en">
<head> <!--网页头部-->
<meta charset="UTF-8"> <!--网页编码-->
<title>CSDN-专业IT技术社区=登录</title> <!--网页定名-->
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--定义样式-->
<style type="text/CSS">
sapn{color:orange}
span{color:red}
</style>
</head> <!--网页躯干部分-->
<div id="topbar"> <!--div网页分割符,id定义名称-->
<div id="top-1">
<p> <!--网页分段-->
<button type="button"><span>C</span><strong>SDn</strong></button> <!--网页按钮定义-->
<input type="button" VALUE="博客">
<input type="button" VALUE="下载.课程"> <!--strong(b)、em(i)粗体、斜体-->
<button type="button">学习
<span>
<strong><em>PK</em></strong>
</span>
</button>
<button type="button">社区</button>
<button type="button">认证</button>
<button type="button">开源</button>
<button type="button">云服务<span> <strong>新</strong> </span></button>
<label id = 'write' > </label>
<input type="text" name="write">
<button type="button">搜索</button>
<button type="button">登录/注册</button>
<button type="button">会员中心</button>
<button type="button">足迹</button>
<button type="button">动态</button>
<span><button type="button">创作</button></span>
</p>
</div>
</div>
<body>
<form action=" " method ='get' ENCTYPE="multipart/form-data">
<div class="passpork contier">
<div class="contier1">
<h3>微软发布 Visual Basic 1.0</h3>
<p> <!--分段-->
<br>1991 年 5 月 20 日,微软发布 Visual Basic 1.0。 <!--br网页分行符-->
<br>
<br>Visual Basic 最初由阿兰·库珀设计, 主要开发工作
<br>
<br>由微软内部团队实现,是第一个可视编程软件。它源
<br>
<br>于编程语言 BASIC,拥有图形用户界面和快速应用
<br>
<br>程序开发系统。
</p>
</div>
<div class="contier2">
<p>
<button type="button"><strong>APP登录</strong>
</button>
<button type="button"><strong>免密登录</strong></button>
<button type="button"><strong>密码登录</strong></button>
</p>
<p>
<label for = 'write' > </label>
<input type="text" name="write">
</p>
<p>
<label for = 'write' > </label>
<input type="text" name="write">
</p>
<p>
<label id = 'button' > </label>
<input type="button" value=" 登录  ">
</p>
<p>
其它登录方式 <!--标题命名-->
</p>
<p>
<button type="button">
<img src="./R-C.jpg" alt="微信" width="30" height="30" >
</button>
<button type="button">
<img src="./R-C.png" alt="QQ" width="30" height="30" >
</button>
<button type="button">
<img src="./OIP-C.jpg" alt="微博" width="30" height="30" >
</button>
<button type="button"> <!--img src= 图片的链接-->
<img src="./100sh.png" alt="baidu" width="30" height="30" >
</button>
<button type="button">
<img src="./R-C (2).jpg" alt="baidu" width="30" height="30" >
</button>
<button type="button">
<img src="./R-C (1).png" alt="baidu" width="30" height="30" >
</button>
</p>
<p>
未注册用户扫码后自动登录,注册即代表同意
<a href="https://marketing.csdn.net/p/e1341fa2aa98ca4ded7455c654c74a62">
<button>服务条款</button>
</a>
和
<a href="https://marketing.csdn.net/p/e1341fa2aa98ca4ded7455c654c74a62">
<button>隐私协议</button>
</a>
</p>
</div>
</div>
</form>
</body>
</html>
获取的网页: