Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
1.
|
Which of the following table tags is used to create a table row?
a. | <table> | c. | <tr> | b. | <th> | d. | <td> |
|
|
2.
|
What is the HTML tag to create a hyperlink?
a. | <target> | c. | <hr> | b. | <img> | d. | <a> |
|
|
3.
|
What is the attribute needed to specify the file name of picture in a
<img> element?
a. | href | c. | target | b. | src | d. | type |
|
|
4.
|
What is the HTML tag to display an image?
a. | <pic> | c. | <picture> | b. | <image> | d. | <img> |
|
|
5.
|
What is HTML ?
a. | HyperTest Markup Language | c. | HyperText Markup
Language | b. | HyperText Modul Language | d. | Hyperlink Markup Language |
|
|
6.
|
What tag creates a numbered list?
|
|
7.
|
What HTML form element is used for a drop down list.
a. | <select> | c. | <textarea> | b. | <option> | d. | <input> |
|
|
8.
|
How can you open a link in new window?
a. | target="_blank" | c. | target="_window" | b. | target="_new" |
|
|
9.
|
What is the correct HTML tag for a new paragraph?
a. | <p> | c. | <paragraph> | b. | <pre> |
|
|
10.
|
Which of the following HTML tags is not valid?
|