an attribute which specifies whether a header cell is a header for a column or a row
Anonymous Quiz
43%
scope
15%
orientation
20%
target
23%
colrow
a tag which is used to write figure captions
Anonymous Quiz
21%
<figurecaption></figurecaption>
29%
<fig></fig>
50%
<figcaption></figcaption>
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”>