Hamster
Search
Open menu
具備基礎編程經驗,熟悉 HTML、CSS 和 JavaScript,了解資料庫及網絡應用概念
1. JavaScript中當用戶在頁面上按一下滑鼠時,會觸發哪一個事件?
A.
onload
B.
onreset
C.
onblur
D.
onclick
2. Which of the following is the best description for a database?
A.
A database directly contains some columns.
B.
A database directly contains some rows.
C.
A database directly contains some records.
D.
A database directly contains some tables.
3. Which of the following is a standard interactive and programming language for getting information from and updating a database?
A.
Structured Query Language (SQL)
B.
Dynamic Query Language (DQL)
C.
National Query Language (NQL)
D.
JAVA
4. 以下哪一個 HTML 元素是 HTML 的主體?
A.
<meta>
B.
<body>
C.
<title>
D.
<head>
5. 以下哪個JavaScript函式可在網頁上顯示對話框?
A.
popup
B.
show
C.
window
D.
alert
6. 以下哪一個HTML 元素屬性可用作合併表格中的欄位?
A.
rowspan
B.
combine
C.
colspan
D.
merge
7. 哪一個 HTML元素可用於設定網頁的編碼方式?
A.
<body>
B.
<meta>
C.
<title>
D.
<div>
8. Which HTML tag represents a table cell?
A.
<tc>
B.
<tr>
C.
<td>
D.
<cell>
9. 以下哪一個 HTML 元素用作換行?
A.
<new-line>
B.
<hr>
C.
<br>
D.
<b>
10. 在 CSS 加入註解的方式是?
A.
comment:
B.
// comment
C.
/* comment */
D.
// comment //