資訊基礎應用/張鈞祺:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
第 73 行: 第 73 行:
 
#gif可動畫 只有256色
 
#gif可動畫 只有256色
  
:
+
井號、星號、等號、中括號;
[[https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Piranha_face.jpg/203px-Piranha_face.jpg]]
+
*用空白行分段。
 +
例如:
 +
<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日

  • 張鈞祺
  1. png不失真 公開格式
  2. jpg jepg 失真 壓縮
  3. gif可動畫 只有256色

井號、星號、等號、中括號;

  • 用空白行分段。

例如:

語法顯示說明
#AAA
#BBB
#CCC
  1. AAA
  2. BBB
  3. CCC
井號
*AAA
*BBB
*CCC
  • AAA
  • BBB
  • CCC
星號
*AA
*#AA1
*#AA2
*BB
*#BB1
*#BB2
  • AA
    1. AA1
    2. AA2
  • BB
    1. BB1
    2. BB2
先星後井
#AA
#*AA1
#*AA2
#BB
#*BB1
#*BB2
  1. AA
    • AA1
    • AA2
  2. 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日===