Font size
Worksheetshtml_01
Total questions: 29
Worksheet time: 12mins
我們使用的編輯器叫
hotepad++
notepad++
motepad++
這學期上?
前端
後端
現在寫的語言是?(全小寫)
(a)
<!DOCTYPE html> 是甚麼意思
說明網頁可以刷新
說明網頁以js形式讀取
說明網頁以html形式讀取
<!----> 是甚麼
註解
段落
標籤
請問哪個標籤是最外層
<header>
<html>
<body>
對於<body>描述,以下何者錯誤
他是全閉合
裡面資訊可以出現在網頁上
<title>放在裡面
網頁上顯示的大標題的標籤是?
<title>
<h1>
<p>
網頁上顯示段落的標籤是?
<title>
<h1>
<p>
請問 是甚麼
縮排
空格
換行
將字放大是?
<small>
<sup>
<big>
上標字是?
<sub>
<sup>
<del>
<b>
下標字是?
<sub>
<sup>
<del>
<b>
刪除字是?
<sub>
<sup>
<del>
<b>
插入字是?
<sub>
<sup>
<del>
<ins>
斜體字是?
<b>
<i>
<del>
<ins>
水平線是?
<b>
<HR>
<del>
<ins>
換行是?
<br>
<HR>
<hd>
<ins>
<img src = "> 以下描述何者錯誤
可以放圖片
是全閉合
有一個屬性
<img src = "a.png" height = "600px">
請問包含幾個屬性
1
2
3
4
<a href = ""> </a>
是甚麼
放連結的
放圖片的
放youtube影片的
如何表示"開啟新分頁"
target = "black"
target = "blank"
target = "_blamk"
target = "_blank"
有序列表
ordered list
unordered list
list item
無序列表
ordered list
unordered list
list item
列表內容物
ordered list
unordered list
list item
表格標籤是?
<table>
<list>
<dict>
table row是?
有幾行就有幾個tr
僅代表標題
僅代表內容物
table header是?
有幾行就有幾個tr
僅代表標題
僅代表內容物
table data是?
有幾行就有幾個tr
僅代表標題
僅代表表格內容資訊
