码迷,mamicode.com
首页 > Web开发 > 详细

HTML(二)表格、表单

时间:2017-09-26 21:08:45      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:属性   html   ble   结构   table   tab   order   com   width   

本章主要内容:

表格

form表单

一、表格

A、结构

<table border="1" >
	<caption>我是标题</caption>
	<tr><th>序号</th><th>内容</th></tr>
	<tr><td>1</td><td>我</td></tr>
	<tr><td>2</td><td>爱</td></tr>
</table>

技术分享

B、<table>的属性

技术分享

 

  

 

HTML(二)表格、表单

标签:属性   html   ble   结构   table   tab   order   com   width   

原文地址:http://www.cnblogs.com/learn-python-M/p/7598584.html

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