HTML Quiz 1-10
HTML Quiz 11-20
HTML Quiz 21-30
HTML Quiz 31-40
HTML Quiz 41-50
HTML Quiz 61-70
HTML Quiz 71-80
HTML Quiz 81-90
Computer Skill Quiz
MS Word Quiz and Answer
MS Excel Quiz and Answer
MS PowerPoint Quiz and Answer
Adobe Photoshop Quiz and Answer
Adobe Illustrator Quiz and Answer
Logo Design Quiz and Answer
|
Question 51. What does the align attribute do when used with the html <TD> tag?
a. Adjusts horizontal alignment of cell content.
b. Adjust vertical alignment of cell content.
c. None of these
d. Both of these
Answer : a
Question 52. By default, a SPAN is displayed as what kind of element?
a. table-cell
b. llist-item
c. inline
d. block-level
Answer : c
Question 53. Which of these can you use to format HTML text?
a. Casecading style sheet
b. <P> tag
c. <B> tag
d. All of these
Answer : d
Question 54. What would one use to restrict a user to 100 characters in a text box?
a. width="100"
b. width="100px"
c. maxlength="100"
d. max-length="100"
Answer : c
Question 55. Choose a valid value for the type attribute of the HTML <BUTTON> tag.
a. submit
b. button
c. reset
d. All of these
Answer : d
Question 56. What function does the <HTML> tag perform?
a. Notifies the browser that this is an HTML document.
b. Verifies that the browser supports the current version of HTML.
c. Check to see if the browser supports HTML.
d. None of these.
Answer : a
Question 57. What is the correct term for an HTML element that is no longer part of standard usage?
a. deleted
b. out-of-date
c. deprecated
d. archaic
Answer : c
Question 58. By default, an unvisited HTML link is displayed as....
a. Underlined and purple.
b. Underlined and blue
c. Underlined and red
d. None of these
Answer : b
Question 59. An HTML document must contain unique values of which attribute?
a. id
b. class
c. font
d. image
Answer : a
Question 60. The Web Hypertext Application Technology Working Group...
a. makes code
b. works on web standards
c. makes web browser
Answer : b
|
|