• html练习 简单html页面


    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="UTF-8">
    		<title>阿里巴巴用户注册</title>
    		<style>
            h1{
                margin: 0;
                padding: 0;
                height: 40px;
            }
            /*降低第一张图片的高度*/
        </style>
    	</head>
    	 <h1><a href="#"><img src="images/logo.bmp" alt=""/></a></h1>
    	<p>
    	<a href="#">登录</a>|
    	<a href="#">阿里巴巴首页</a>|
    	<a href="#">客服中心</a>|
    	<img src="images/icon1.bmp" />
    	<a href="#">提建议</a>
    	</p>
    	<p>
    		如需要帮助,请咨询<img src="images/icon2.bmp" />或拨打3334455
    	</p>
    	<p>
    		电子邮箱:<input type="email" name="" id="" value="" />
    	</p>
    	<p>
    		会员登录名:<input type="text" name="" id="" value="" />
    	</p>
    	<p>
    		密码: <input type="password" name="" id="" value="" />
    	</p>
    	<p>
    		再次输入密码:<input type="password" name="" id="" value="" />
    	</p>
    	<p>
    		会员身份:
    		<input type="radio" name="单选" id="" value="" />买家
    		<input type="radio" name="单选" id="" value="" checked="checked"/>卖家
    		<input type="radio" name="单选" id="" value="" />两者都是
    	</p>
    	<p>
    		验证码:<input type="text" name="" id="" value="" />
    		<img src="images/verycode.gif"/>
    		<a href="#">看不清楚,换一张</a>
    	</p>
    	<p>
    		<img src="images/btn_reg.gif"/>
    	</p>
    	<p>
    		<textarea rows="5" cols="100"> 
    			                   阅读阿里巴巴公司(阿里巴巴)服务条款协议(下称"本协议"),您应当在使用服务之前认真阅读本协议全部内容,且对本协议中加粗字体显示的内容,阿里巴巴督促您应重点阅读。本协议阐述之条款和条件适用于您使用阿里巴巴中文网站(所涉域名为:Alibaba.com.cn、alibaba.cn、1688.com,下同),所提供的在全球企业间(B-TO-B)电子市场(e-market)中进行贸易和交流的各种工具和服务(下称"服务")。
    		</textarea>
    	</p>
    	<p>
    		<a href="">阿里巴巴版权所有 2015-2018著作权与商标声明</a>|
    		<a href="">法律声明</a>|
    		<a href="">服务条款</a>|
    		<a href="">隐私声明</a>|
    		<a href="">联系我们</a>|
    		<a href="">网站地图</a>|
    		<a href="">产品体检中心</a>
    	</p>
    	<p>
    		<a href="">阿里巴巴集团:阿里巴巴网络-中国 国际站 全球速卖通 日文站 中国万网</a>|
    		<a href="">淘宝网</a>|
    		<a href="">支付宝</a>|
    		<a href="">中国雅虎</a>|
    		<a href="">雅虎口碑网</a>|
    		<a href="">阿里软件</a>|
    		<a href="">阿里妈妈</a>|
    		<a href="">集团研究中心</a>
    	</p>
    	<body>
    	</body>
    </html>
    

  • 相关阅读:
    常见问题
    查询
    多对多关系
    prototype & __proto__
    new operator
    用户
    express.Router
    Express 应用生成器
    LeanCloud
    npm常用命令
  • 原文地址:https://www.cnblogs.com/ynzj123/p/13387342.html
Copyright © 2020-2023  润新知