HTML有关表格表单的知识单

  • Post author:
  • Post category:其他


在这里插入图片描述


<html>
  <head>
      <title>web表格</title>
  </head>
  <body>
      <form method="post" action="#">
          <table width="100" alien="center" border="10" cellspacing="100" cellpadding="0">
              <caption>这是一个表单的说明</caption>
              <tr>
                <td><input type="text" value="name" name="name1"></td>
                <td><input type="password" value="密码" name="password"></td>
                </tr>
            </br>
          <input type="



版权声明:本文为mrgaohaihang原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。