homework2 注册信息表

注册信息表


<html>
	<head>
		<meta charset="UTF-8">
		<title>注册信息表title>
		
	head>
	<body bgcolor="aliceblue">
		<form>
			<table bgcolor="white" width="600" height="800" cellspacing="20" cellpadding="20" align="center">
				<tr>
				    <td>
				        <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" align="center">
				            <tr>
				                <td colspan="2" align="center">
				                    <h3><font face="微软雅黑">请填写一下注册信息font>h3>
				                    <hr />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">姓名 font>td>
				                <td>
				                    <input type="text" placeholder="请输入用户名" />
				                    <font face="宋体" size="2"> (英文,中文,数字,4-6字符)font>
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">性别 font>td>
				                <td>
				                    <input type="radio" name="sex"/><font face="微软雅黑">男  font>font><input type="radio" name="sex"/><font face="微软雅黑">font>
				                    <br />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">密码 font>td>
				                <td>
				                    <input type="password" value="" maxlength="16" placeholder="请输入密码" />
				                    <font face="宋体" size="2"> (6-16个字符,区分英文大小写)font>
				                    <br />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">确认密码 font>td>
				                <td>
				                    <input type="password" value="" maxlength="16" placeholder="请输入密码" />
				                    <br />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">生日 font>td>
				                <td>
				                    <input type="text" placeholder="请输入生日">
				                    <br />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">住址 font>td>
				                <td>
				                    <select>
				                        <option><font face="微软雅黑">中国font>option>
				                        <option><font face="微软雅黑">韩国font>option>
				                        <option><font face="微软雅黑">俄罗斯font>option>
				                        <option><font face="微软雅黑">其他国家font>option>
				                    select>
				                    <select>
				                        <option><font face="微软雅黑">北京font>option>
				                        <option><font face="微软雅黑">上海font>option>
				                        <option><font face="微软雅黑">陕西font>option>
				                    select>
				                    <select>
				                        <option><font face="微软雅黑">西安font>option>
				                        <option><font face="微软雅黑">汉中font>option>
				                        <option><font face="微软雅黑">延安font>option>
				                    select>
				                    <select>
				                        <option><font face="微软雅黑">雁塔区font>option>
				                        <option><font face="微软雅黑">碑林区font>option>
				                        <option><font face="微软雅黑">莲湖区font>option>
				                        <option><font face="微软雅黑">新城区font>option>
				                    select>
				                    <br />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right"><font face="微软雅黑">详细地址 font>td>
				                <td>
				                   <input type="text" placeholder="请输入详细地址"/>
				                   <br />
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right" valign="top"><font face="微软雅黑">爱好 font>td>
				                <td valign="top">
				                    <input type="checkbox" />跳舞 <input type="checkbox" />唱歌 <input type="checkbox" />逛街 <input type="checkbox" />电影
				                    <br/> 
				                    <input type="checkbox" />爬山 <input type="checkbox" />旅行 <input type="checkbox" />美食 <input type="checkbox" />聊天
				                td>
				            tr>
				            <tr>
				                <td width="160" align="right" valign="top"><font face="微软雅黑">个人简介 font>td>
				                <td valign="top">
				                    <textarea rows="10" cols="30">textarea><br />
				                td>
				            tr>
				            <tr>
				                <td colspan="2" align="center">
				                    <input type="submit" value="提交申请" /><input type="reset" value="取消" />
				                td>
				            tr>
				            <tr>
				                <td>td>
				            tr>
				        table>
				    td>
				tr>
			table>
		form>
		<p align="center"><font face="宋体" size="1">此表由shidiwen提供font>p>
	body>
html>

注册信息表的链接

运行结果如图:

homework2 注册信息表_第1张图片

你可能感兴趣的:(html,html)