「嘉禾書院/資訊基礎應用期中考」修訂間的差異
跳至導覽
跳至搜尋
行 11: | 行 11: | ||
找出下列標籤錯誤的部分<br> | 找出下列標籤錯誤的部分<br> | ||
− | < videoflash src='連結' type=html5 width=625>< | + | < videoflash src='連結' type=html5 width=625><videoflash><br> |
A.標籤打錯<br> | A.標籤打錯<br> | ||
B.未定義類型(type)<br> | B.未定義類型(type)<br> |
於 2021年3月23日 (二) 15:54 的修訂
考試時間: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>< th>Line< /th>< th>email< th>備註< /th>< /tr>
< /table>
tr是?:
_________________________
th是?:
_________________________
Server與Client之間的關係:
_________________________
更改字體的程式碼是?
font-family=
font-family:
font-family:""
font-family=
這行指令的意思是「font-color:white;」
把字體變成白色
把字變成白色
把背景變成白色
把字形變成白色