欢迎访问服务器技术网-www.fuwuqijishu.com

这些代码每一句分别是什么含意?

软件 fuwuqijishu 2年前 (2022-10-01) 9次浏览 0个评论 扫描二维码

关于<form method=”post” name=”form1″ action=” p”>  <table align=”center” bgcolor=”#d6d3ce” width=”500″>  <tr bgcolor=”#0099cc”>  <th colspan=”2″ align=”center”>  <font color=”#fffff”>登录表单</font></th>  </tr>  <tr>  <td align=”right” width=”150″ height=”50″>用户名:</td>  <td width=”350″ height=”50″><input type=”text” name=”姓名” size=”20″></td>  </tr>  <tr>  <td colspan=”2″ align=”center”><input type=”reset” name=”reset1″ value=”重设数据”> <input type=”submit” name=”submit1″ value=”提交数据”>  </tr>  </table>  </form>本人从未学过编程,看不懂上述代码是什么意思,请高手们帮我好好分析分析。上述这些代码每一句分别是什么含意?希望大家多多回复几帖,感谢!!!!!的问题

//一个表单,method,name,action等为标签的属性 action为目标页面,method为传递数据的方式有get和post两种,name为此表单指定一个名称便于在javascript中引用或其他用途。
  
  
  
  登录表单
  
  
  用户名:
  
  
  
  
  
  
  
大概说一下,代表一个表格,表一行
表一行中一个单元格。这些都是些最基本的html标签。
可以去看看html基础。baidu一下就能找到很多

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2900.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900