<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>自我介绍表格——SelfIntroductuonTable.html</title>
<script type="text/javascript" src="SelfIntroductuonTable.js"></script>
<style type="text/css">
#table1{border-radius:1px solid #000;
width: 600px;
border-collapse:collapse;
margin: 0 auto;
}
#tr1{height:30px
}
td{border: 1px solid #000;
font-size: 10pt;
font-weight: bold;
text-align: center;
}
#uname,#age,#password1,#password2,#color{
width: 280px;
height: 25px;
}
#introduction{
width:280px;
height: 60px;
}
</style>
</head>
<body>
<form id="fontTable1" name="fontTable" method="post" action="database.php" onsubmit="return validate()" enctype="multipart/form-data">
<table id="table1" name="table1" >
<tr id="tr1">
<td colspan="3" align="3">自我介绍</td>
</tr>
&
自我介绍网页注册页面填写表格PHP,JavaScript,html,css代码
于 2020-05-24 14:28:50 首次发布

最低0.47元/天 解锁文章
6230

被折叠的 条评论
为什么被折叠?



