Hamster
Search
Open menu
具備基礎編程經驗,熟悉 HTML、CSS 和 JavaScript,了解資料庫及網絡應用概念
1. CSS 中以下哪一個是隱藏超連結底線的正確方式?
A.
a {text-decoration: no-underline}
B.
a {text-decoration: none}
C.
a {decoration: no-underline}
D.
a {underline: none}
2. JavaScript中當用戶在頁面上按一下滑鼠時,會觸發哪一個事件?
A.
onblur
B.
onreset
C.
onclick
D.
onload
3. JavaScript 中如何將一個字串當作代碼運行?
A.
exec('let a = 1')
B.
run('let a = 1')
C.
function('let a = 1')
D.
eval('let a = 1')
4. 哪一個 HTML元素可用於設定網頁的編碼方式?
A.
<meta>
B.
<body>
C.
<div>
D.
<title>
5. Typically where is a database is stored?
A.
On a Hard disk.
B.
On a CDROM.
C.
In memory.
D.
In the CPU.
6. JavaScript 的變數名稱開頭可以是?
A.
英文
B.
冒號
C.
斜線
D.
數字
7. 瀏覽器的快取是?
A.
不可以自行刪除
B.
需要安裝才可使用
C.
下次造訪相同網站時能更快開啟網頁
D.
永遠都不應使用
8. 以下哪一個HTML 元素屬性可用作合併表格中的欄位?
A.
merge
B.
colspan
C.
combine
D.
rowspan
9. 以下哪個不是 JavaScript 定義字串的方法?
A.
let b = 'string';
B.
let a = "String";
C.
let d = "s";
D.
let c = string;
10. What does the prefix "http://" represent?
A.
Tell the software that it is a web page address
B.
Nothing
C.
Tell the software that it is a FTP server address
D.
Tell the software that it is a email address