3.6

网页制作第二周   标签归纳

表格

<table>.....</table>  表格    属性值width、height、border、cellspacing、cellpadding、bgcolor、backgroud等等

<th>.......</th>  

<tr>.......</tr>   列

<td>......</td>  行

colspan  合并行  <td colspan="数量">

rowspan   合并列  <td rowspan="数量">

表单  

<form>........</form>   表单 

<input type="text" />  文本框

<input type="password" />  密码

<input type="file" />  文件

<input type="name" />  名字

<textarea rows="高度"  cols="宽度"  name="名字"></textarea>  自我介绍

<input type="radio" name="名字"  value="选项" />单选 

<input type="checkbox" name="名字"  value="选项" />复选

checked="checked"  默认选择

posted @ 2017-03-06 17:07  款款就是我  阅读(180)  评论(0编辑  收藏  举报