an attribute which specifies extra information about an element
Anonymous Quiz
5%
width
2%
height
70%
title
23%
src
an attribute which specifies a URL to a document that explains the quote or why the text was inserted/changed
Anonymous Quiz
2%
width
1%
height
41%
cite
56%
src
superscript tag is written as
Anonymous Quiz
2%
<sub></sub>
89%
<sup></sup>
4%
<super></super>
5%
<superscript></superscript>
subscript tag is written as
Anonymous Quiz
95%
<sub></sub>
1%
<sup></sup>
0%
<super></super>
3%
<subscript></subscript>
An HTML form is used to collect user input. The user input is most often sent to a server for processing
Anonymous Quiz
96%
T
4%
F
The <form> element is a container for different types of input elements, such as: text fields, checkboxes, radio buttons, submit buttons, etc
Anonymous Quiz
89%
T
11%
F
The best Known form on the web is probably the search box of Google’s homepage
Anonymous Quiz
94%
T
6%
F
An <input> element can be displayed in many ways, depending on the type attribute
Anonymous Quiz
96%
T
4%
F
Displays a clickable button
Anonymous Quiz
2%
<input type = “text”>
3%
<input type = “radio”>
10%
<input type = “checkbox”>
12%
<input type = “submit”>
74%
<input type = “button”>
Displays a checkbox (for selecting zero or more of many choices)
Anonymous Quiz
0%
<input type = “text”>
1%
<input type = “radio”>
96%
<input type = “checkbox”>
2%
<input type = “submit”>
1%
<input type = “button”>
Displays a radio button (for selecting one of many choices)
Anonymous Quiz
0%
<input type = “text”>
89%
<input type = “radio”>
7%
<input type = “checkbox”>
1%
<input type = “submit”>
2%
<input type = “button”>
Displays a submit button (for submitting the form)
Anonymous Quiz
1%
<input type = “text”>
0%
<input type = “radio”>
0%
<input type = “checkbox”>
93%
<input type = “submit”>
5%
<input type = “button”>
Displays a single-line text input field
Anonymous Quiz
98%
<input type = “text”>
1%
<input type = “radio”>
0%
<input type = “checkbox”>
1%
<input type = “submit”>
0%
<input type = “button”>