html会 员 注 册表单

本文介绍了如何使用HTML创建一个会员注册表单,包括设置input字段以收集用户信息,使用class进行样式定制,以及利用table布局和button元素完成提交功能。同时,特别强调了email类型输入框的验证作用。
摘要由CSDN通过智能技术生成
<html>
<head>
	<title>html文件</title>
  <style type="text/css">
  	 {margin:0;padding:0;}
  	 table{background-color:#B0C4DE;border:1px  #B0C4DE;font-size:15px;}
  	 tr {
	       background-color:expression((this.sectionRowIndex%2==0)?"#ABC6DE": "#D1E0ED" )
      }

  	 #a1{background-color:#6899C4;}
  	 .a1{color:white;font-weight:bold;}
  	 .a2{background-color:white;width:90px;height:20px;text-align:center;}
         .a3{background-color:white;width:25px;text-align:center;}
  </style>
</head>
<body>
	<center>
  <table frame="box">
    <form>
    	<tr id="a1"><td colspan="2" align="center" class="a1">会 员 注 册</td></tr>
    	<tr>
    		<td>
    			会 员 名:
    		</td>
    		<td>
    			<input type="text" name&
  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值