表格、表单元素

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>

 

posted @ 2019-06-15 16:43  吃星星的人  阅读(168)  评论(0编辑  收藏  举报