当前位置:文档之家› 网页设计之个人简介表代码

网页设计之个人简介表代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>表单的应用个人简历</title><style type="text/css"><!--body{font-size:14px}--></style></head><body topmargin="0"><form enctype="multipart/form-data"><table width="550" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#3399FF"><tr align="center" valign="middle" bgcolor="#FFFFFF"><td height="30" colspan="4" bgcolor="#B7DAF9">个人简历</td></tr><tr bgcolor="#FFFFFF"><td width="16%" height="30">真实姓名:</td><td height="30" colspan="3"><input name="name" type="text" id="name" maxlength="50"></td></tr><tr bgcolor="#ffffff"><td height=30>年龄:</td><td width="36%" height="30"><input name="age" type="text" id="age" maxlength="10" size="10"></td><td width="9%" height="30">性别:</td><td width="39%" height="30"><input name="sex" type="radio" checked="checked" />男<input name="sex" type="radio" checked="checked" />女</td></tr><tr bgcolor="#ffffFF"><td height="30">毕业院校:</td><br /><td height="30" colspan="3"><input name="school" type="text" id="school" maxlength="50" /></td></tr><tr bgcolor="#FFFFFF"><td height="30">所学专业</td><td height="30" colspan="3"><select name="spe" id="spe"><option value="0">选择专业</option><option value="1">计算机应用</option><option value="2">土木工程</option><option value="3">软件工程</option><option value="4">注册会计</option></select></td></tr><tr bgcolor="#FFFFFF"><td height="30">联系方式</td><td height="30" colspan="3"><input name="tel" type="text" id="tel" /></td></tr><tr bgcolor="#FFFFFF"><td height="30">照片上传:</td><td height="30" colspan="3"><input name="pic" type="file" id="pic" /></td></tr><tr bgcolor="#FFFFFF"><td height="30">爱好</td><td height="30" colspan="3"><input name="favorite" type="checkbox" id="favorite" value="0" />计算机<input name="favorite" type="checkbox" id="favorite" value="1" />英语<input name="favorite" type="checkbox" id="favorite" value="2" />体育<input name="favorite" type="checkbox" id="favorite" value="3" />旅游</td></tr><tr bgcolor="#FFFFFF"><td height="30">工作简历</td><td height="30" colspan="3"><textarea name="sunmery" cols="60" rows="8"id="sunmery"></textarea></td></tr><tr bgcolor="#FFFFFF"><td height="30">&nbsp;</td><td height="30" colspan="3"><input type="submit" name="submit" value="提交" /> <input type="reset" name="submit" value="重置" /></td></tr></table></body></html>。

相关主题