HTML Quiz 1-10
HTML Quiz 11-20
HTML Quiz 21-30
HTML Quiz 31-40
HTML Quiz 41-50
HTML Quiz 51-60
HTML Quiz 61-70
HTML Quiz 71-80
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 81. Which HTML element displays content from another page?
a. <MAP>
b. <PAGE>
c. <IFRAME>
d. <DISPLAY>
Answer : c
Question 82. Which attribute would you use to specify how many rows an HTML table cell should span?
a. rwspan
b. row_span
c. rowspan
d. row span
Answer : c
Question 83. WHich of the following valid input type in HTML% forms?
a. search
b. url
c. datetime-local
d. range
e. All of these
Answer : e
Question 84. How do you get two div to sit side by side?
a. right
b. Float (left or right)
c. left
d. align (left or right)
Answer : b
Question 85. To create a bulleted list use...
a. <ul>
b. <ol>
c. <bullet>
d. <bulletlist>
Answer : a
Question 86. An HTML list with an HTML llist is called a....
a. multi-list.
b. inside list
c. double list
d. nested list
Answer : d
Question 37. Which of the following HTML elements does NOT belong in the <HEAD> section of an HTML file?
a. <Link>
b. <META>
c. <TITLE>
d. <H1>
Answer : d
Question 88. Choose the vali
HTML comment.
a. <-- Comment-->
b. <!-- Comment--!>
c. <!--Comment-->
Answer : c
Question 89. What does the following HTML tag display? <DIV id="text" align="right">content</DIV>
a. A DIV with an id called text and its content align right.
b. A DIV with a class called text and its content aligned center.
c. A DIV with an id called text and its content aligned left.
d. A DIV with a class called text and its content aligned right
Answer : a
Question 90. What are the two methods for sending form data that you can define for the HTML <FORM> tag?
a. POST and SUBMIT
b. PROCESS and GET
c. POST and GET
d. SUBMIT and GET
Answer : c
|
|