Feel free to use or edit a copy
includes Teacher and Student dashboards
Track each student's skills and progress in your Mastery dashboards
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
Which HTML tag is used to define an internal style sheet?
<type>
<css>
<style>
<script>
45s - Q2
What is thecorrect HTML for making a checkbox?
<check>
<checkbox>
45sTLE_HEBC9 - 12PMP - III/IVa - r - 6 - Q3
What is the correct HTML for making a text input field?
<textfield>
45s - Q4
What is the correct HTML for creating a hyperlink?
45sTLE_HEBC9 - 12PMP - III/IVa - r - 6 - Q5
Which of the following links to a page on a different Web browser?
Relative URL
Named Anchor
Absolute URL
45s - Q6
Which of the following indicates the target of the anchor?
target
name
href
45s - Q7
Which of the following is the value of the href attribute or target URL will be opened in a new window?
blank
_top
_parent
_self
45s - Q8
Which of the following is the value of the href attribute or target URL will be opened in within the same frame?
_parent
_top
blank
_self
45sTLE_HEBC9 - 12PMP - III/IVa - r - 6 - Q9
What is the correct HTML for making a drop-downlist?
45sTLE_HEBC9 - 12PMP - III/IVa - r - 6 - Q10
What is the correct HTMLfor making a text area?
45s - Q11
Which of the following is the value for the attribute of input that defines the password box?
Submit
Reset
Clear
Password
45s - Q12
Which of the following is usually used when there are only a few choices and only one is to be selected?
Dropdown Menus
Textboxes
Checkboxes
Radio buttons
45s - Q13
Which of the following attributes turn frame borders on or off?
frameborder
marginwidth
bordercolor
marginheight
45s - Q14
Which of the following attributes changes the border color?
frameborder
marginheight
bordercolor
marginwidth
45s - Q15
Which of the following attributes adjust the margin on the leftand right of the frame?
marginheight
marginwidth
frameborder
bordercolor
45s