「嘉禾書院/資訊基礎應用期中考」修訂間的差異

出自不錯學群
跳至導覽 跳至搜尋
行 11: 行 11:
  
 
找出下列標籤錯誤的部分<br>
 
找出下列標籤錯誤的部分<br>
< videoflash src='影片連結.mp4' type=html5 width=625></videoflash><br>
+
< videoflash src='連結' type=html5 width=625></videoflash><br>
 
A.標籤打錯<br>
 
A.標籤打錯<br>
 
B.未定義類型(type)<br>
 
B.未定義類型(type)<br>
行 17: 行 17:
 
D.以上皆是<br>
 
D.以上皆是<br>
 
<br>
 
<br>
 +
 +
承接上題,< videoflash>是?<br>
 +
A.標籤<br>
 +
B.屬性<br>
 +
C.樣式<br>
 +
<br>
 +
 
< img (1)='圖片網址.jpg' (2)=200 height=*/><br>
 
< img (1)='圖片網址.jpg' (2)=200 height=*/><br>
 
A.(1):src(2):width<br>
 
A.(1):src(2):width<br>
行 23: 行 30:
 
E.以上皆非<br>
 
E.以上皆非<br>
 
<br>
 
<br>
 +
 
[(1) (2)]<br>
 
[(1) (2)]<br>
 
A.(1):網址連結(2):文字<br>
 
A.(1):網址連結(2):文字<br>
行 28: 行 36:
 
C.其他________________<br>
 
C.其他________________<br>
 
<br>
 
<br>
 +
 +
< table class=nicetable align=center>
 +
< tr>< th>姓名</th>< th>Line</th>< th>email</th>< th>備註< /th>< /tr>
 +
< /table>
 +
tr是?:
 +
_________________________
 +
th是?:
 +
_________________________
  
 
===編輯衝突防制區(二)===
 
===編輯衝突防制區(二)===

於 2021年3月23日 (二) 15:39 的修訂

考試時間:2021/3/30

考試範圍

  • 範圍
    • WIKI應用
    • HTML基本語法
  • 題目
    • 筆試十題
    • 實作一題
    • 時間四十分鐘

編輯衝突防制區(一)

找出下列標籤錯誤的部分
< videoflash src='連結' type=html5 width=625></videoflash>
A.標籤打錯
B.未定義類型(type)
C.標籤未結束
D.以上皆是

承接上題,< videoflash>是?
A.標籤
B.屬性
C.樣式

< img (1)='圖片網址.jpg' (2)=200 height=*/>
A.(1):src(2):width
B.(1):tcp(2):
C.(1):udp(2):width
E.以上皆非

[(1) (2)]
A.(1):網址連結(2):文字
B.(1):文字(2):網址連結
C.其他________________

< table class=nicetable align=center>

< tr>< th>姓名< th>Line< th>email< th>備註< /th>< /tr> < /table> tr是?: _________________________ th是?: _________________________

編輯衝突防制區(二)