HTML初心自学记录(五)表格
好,今天也是没什么内容的一天(你 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>表格</title> <style type="text/css"> /* .tab1{width: 80%;margin: auto} caption{font-size: 24px;margin: 12px;color: blue;} th,td{border: solid 1px cornflowerblue;padding: 8px;} tfoot td {text-align: right;color: coral;} .col1{width: 25%; color: crimson; font-size: 16px;}*/ </style> </head> <body> <div> <table border="2" class="tab1" cellpadding="6" cellspacing="10"> <!-- cellpadding定义单元格与其边缘内容的空白;cellspacing属性定义单元格之间的空间。--> <caption><h3>我是表格标题</h3></caption> <th>表头1</th> <th>表头2</th> <th>表头3</th> <tr> <td>我是1.1