我的開發經歷
每天都是一個新的開始,生活在於每天給自己定一個小的目標,這樣一天天的積累知識才能促使自己的進步與提升!
4.9目標:溫習<table>表格標籤的結構及其屬性和方法
table表單標籤中包含<tr>行標籤和<td>列標籤
設定行列中字型的對齊方式:
<td align="對齊方式屬性">
left:左對齊
right:右對齊
center:居中
屬性包含:
colspan實現跨列的屬性;
rowspan實現跨行的屬性;
border新增邊框線屬性;
例子:
<html>
<head>
<title>table表單溫習</title>
</head>
<body>
<p>2015安卓衛生安排表<p>
<table border style="border-color:red;width:500px;height:50px;">
<tr>
<td align="center">星期一</td>
<td align="center">星期二</td>
<td align="center">星期三</td>
<td align="center">星期四</td>
<td align="center">星期五</td>
<td align="center">星期六</td>
<td align="center">星期天</td>
</tr>
<tr>
<td align="center">李繼龍</td>
<td align="center">李惠利</td>
<td align="center">張麗娟</td>
<td align="center">劉星</td>
<td align="center">徐恆</td>
<td align="center">耀眼</td>
<td align="center">潘森</td>
</tr>
<table>
</body>
</html>
這是一個使用table表格標籤做的一個普通的衛生安排表,但其中就包含了border新增邊框線的屬性,align="center"設定表格中字型對其方式的屬性,還有border-color:red;設定表格內字型顏色
在table表格中設定表格的樣式:
border-collapse:collapse;
(設定邊框線為單條)
例子:
<html>
<head>
<title>table表單溫習</title>
</head>
<body>
<p>2015安卓衛生安排表<p>
<table border style="border-color:red;width:500px;height:50px;border-collapse:collapse">
<tr>
<td align="center">星期一</td>
<td align="center">星期二</td>
<td align="center">星期三</td>
<td align="center">星期四</td>
<td align="center">星期五</td>
<td align="center">星期六</td>
<td align="center">星期天</td>
</tr>
<tr>
<td align="center">李繼龍</td>
<td align="center">李惠利</td>
<td align="center">張麗娟</td>
<td align="center">劉星</td>
<td align="center">徐恆</td>
<td align="center">耀眼</td>
<td align="center">潘森</td>
</tr>
<table>
</body>
</html>
相關文章
- 我的程式設計經歷與我所熱愛的遊戲服務端開發程式設計遊戲服務端
- 我的.net開發歷程:初入快速開發
- 三年 React 開發經驗的我,遷移到 Vue 的心路歷程ReactVue
- 我的移動開發春季歷程移動開發
- 我的前端學習經歷前端
- 聊聊我找工作的經歷
- 聊聊我所經歷的遊戲公司遊戲
- 我所經歷的Android面試Android面試
- 我的真實面試經歷薦面試
- 成為比開發硬氣的測試人,我都經歷了什麼?
- 十八年開發經歷小結
- 開源經歷就是最好的簡歷
- 我的Go語言學習經歷Go
- 分享我曾經的學習和找工作經歷
- 我做IT專案的專案經理的經歷(轉)
- 我經歷的IT公司面試及離職感受面試
- 我大一學習C++的經歷C++
- 縱橫20年,我所經歷的資料開放演化史
- 我的軟體開發中經驗教訓
- 我的Windows10下的WSL的使用經歷Windows
- 親歷騰訊WEB前端開發三輪面試經歷及面試題Web前端面試題
- 記一次我的 MySQL 調優經歷MySql
- [屌絲PM]我經歷的NUI變革期UI
- 我的IDE硬碟在易訊的返修經歷IDE硬碟
- 程式設計師前世今生 (6年PHP 開發的經歷)程式設計師PHP
- 基於node.js的腳手架工具開發經歷Node.js
- 關於翻譯ArcGIS API for JavaScript開發書籍的經歷APIJavaScript
- 我的 Android 開發實戰經驗總結Android
- 我的專案開發經驗積累總結
- USB開發速成-我最真實的經驗!(轉)
- 我所經歷的Android面試|掘金技術徵文Android面試
- 我經歷過的監控系統演進史
- 分享我成為GDE(Google開發者專家)的經歷Go
- 我的rac分拆和新系統安裝經歷
- 記一次element-ui元件開發經歷UI元件
- Java程式從開發到執行經歷過程Java
- 記一次fis3+react開發經歷S3React
- 如何用開源經歷為你的簡歷增加光彩