码迷,mamicode.com
首页 > 其他好文 > 详细

表格、表单元素

时间:2019-06-15 17:44:32      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:input   cti   图书   text   https   lsp   new   下拉框   tar   

1.表格

<table border="1px"  width="500px"   height="500px">

  <td>

    <tr> </tr>

  </td>

colspan:合并列     rowspan:合并行

2.表单

<form action="#"  method="post">

  <input type="表单类型" name=“键” value=“值”>

 </form>

文本:text  密码:password  文本域:hidden

提交按钮:submit     重置按钮:reset    普通按钮:button

单选:radio  多选:checkbox

file 文件上传

下拉框:

 <select name="值">

   <opion value=“值1”">名字</opion>

  <opion value=“值1”">名字</opion>

  <opion value=“值1”">名字</opion>

 </select>

默认值selected

 

视频 video

 

<a href="day04-book.html" target="6">图书</a>
    <a href="day04-img.html" target="6">图片</a>
    <a href="day04-news.html" target="6">新闻</a>
    <hr>
    <iframe src="https://www.taobao.com" frameborder="1"  name="6" width="800px" height="100px"></iframe>

 

表格、表单元素

标签:input   cti   图书   text   https   lsp   new   下拉框   tar   

原文地址:https://www.cnblogs.com/sy130908/p/11028053.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!