資訊基礎應用/張鈞祺:修訂版本之間的差異
出自六年制學程
第 73 行: | 第 73 行: | ||
#gif可動畫 只有256色 | #gif可動畫 只有256色 | ||
− | + | 井號、星號、等號、中括號; | |
− | + | *用空白行分段。 | |
+ | 例如: | ||
+ | <table class=nicetable> | ||
+ | <tr><th>語法</th><th>顯示</th><th>說明</th></tr> | ||
+ | <tr> | ||
+ | <th><pre> | ||
+ | #AAA | ||
+ | #BBB | ||
+ | #CCC | ||
+ | </pre></th> | ||
+ | <th> | ||
+ | #AAA | ||
+ | #BBB | ||
+ | #CCC | ||
+ | </th> | ||
+ | <th>井號</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th><pre> | ||
+ | *AAA | ||
+ | *BBB | ||
+ | *CCC | ||
+ | </pre></th> | ||
+ | <th> | ||
+ | *AAA | ||
+ | *BBB | ||
+ | *CCC | ||
+ | </th> | ||
+ | <th>星號</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><pre> | ||
+ | *AA | ||
+ | *#AA1 | ||
+ | *#AA2 | ||
+ | *BB | ||
+ | *#BB1 | ||
+ | *#BB2 | ||
+ | </pre></td> | ||
+ | <td> | ||
+ | *AA | ||
+ | *#AA1 | ||
+ | *#AA2 | ||
+ | *BB | ||
+ | *#BB1 | ||
+ | *#BB2 | ||
+ | </td> | ||
+ | <th>先星後井</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><pre> | ||
+ | #AA | ||
+ | #*AA1 | ||
+ | #*AA2 | ||
+ | #BB | ||
+ | #*BB1 | ||
+ | #*BB2 | ||
+ | </pre></td> | ||
+ | <td> | ||
+ | #AA | ||
+ | #*AA1 | ||
+ | #*AA2 | ||
+ | #BB | ||
+ | #*BB1 | ||
+ | #*BB2 | ||
+ | </td> | ||
+ | <th>先井後星</th> | ||
+ | </tr><tr> | ||
+ | <td><pre> | ||
+ | ==中標== | ||
+ | ===小標=== | ||
+ | ====小小標==== | ||
+ | =====加粗標===== | ||
+ | ======超小標====== | ||
+ | </pre></td> | ||
+ | <td> | ||
+ | <p style='font-size:150%;border-bottom:1px solid #aaa;'>中標</p> | ||
+ | <p style='font-size:132%;font-weight:bold;'>小標</p> | ||
+ | <p style='font-size:116%;font-weight:bold;'>小小標</p> | ||
+ | <p style='font-size:100%;font-weight:bold;'>加粗標</p> | ||
+ | <p style='font-size:80%;font-weight:bold;'>超小標</p> | ||
+ | td | ||
+ | |||
===10月3日=== | ===10月3日=== | ||
===10月10日=== | ===10月10日=== |
2017年9月26日 (二) 11:57的修訂版本
目錄
圖片
已記住的英文單字
table table 表
row tr 列
diamond td 格
hyper html 超
text html 文字,文件
markup html 標記
languagehtml 語言
head head 頭
title title 標題
body body 身體
rowspan
colspan
9月12日
練習.今天學到如何建立"筆記頁"
用字母調出光的三原色red green blue
紅 # foo
綠 # ofo
藍 # oof
白 # fff
黑 # ooo
使用table、td、tr來製做基本表格。製做同學基本資料
9月19日
屬性值
設定HTML表格的字體、顏色、大小、粗細、高度 、寬度等。
顏色table,td {border: solid 1px;}。
{border:顏色深淺#16ef dashed 表格粗細16px;}。
高度 rowspan。
寬度colspan。
Cascading Style Sheets(簡寫CSS)的用途是什麼
9月26日
- 張鈞祺
- png不失真 公開格式
- jpg jepg 失真 壓縮
- gif可動畫 只有256色
井號、星號、等號、中括號;
- 用空白行分段。
例如:
語法 | 顯示 | 說明 |
---|---|---|
#AAA #BBB #CCC |
|
井號 |
*AAA *BBB *CCC |
|
星號 |
*AA *#AA1 *#AA2 *BB *#BB1 *#BB2 |
|
先星後井 |
#AA #*AA1 #*AA2 #BB #*BB1 #*BB2 |
|
先井後星 |
==中標== ===小標=== ====小小標==== =====加粗標===== ======超小標====== |
中標 小標 小小標 加粗標 超小標 td 10月3日10月10日10月17日10月24日10月31日11月7日===11月14日===ˇ 11月21日11月29日12月6日12月13日12月20日12月27日1月3上日1月10日1月17日1月23日===1月30日=== |