HTML Quiz 41-50


HTML Quiz 1-10

HTML Quiz 11-20

HTML Quiz 21-30

HTML Quiz 31-40

HTML Quiz 51-60

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 41. Which element specifies relationships between the current document and other documents?

a. <div>
b. <link>
c. <base>
d. <meta>

Answer : b

Question 42. Which element represents a nested browsing context, effectively embedding another HTML page into the current page?

a. <page>
b. <div>
c. <iframe>
d. <html>
e. <nest>

Answer : c

Question 43. How can you make a list that lists the items with numbers?

a. <dl>
b. <list>
c. <ol>
d. <il>

Answer : c

Question 44. <S> is the HTML 3.0 element for

a. strikethrough text.
b. bold text.
c. blink text.
d. simple text.

Answer : a

Question 45. What are the three list types in HTML?

a. Unordered, Ordered, Definitions
b. Random, Ordered, Footnotes
c. Unordered, Numbered, Definitions
d. Random, Numbered, Definitions

Answer : a

Question 46. What will this HTML statement create? <INPUT type="IMAGE">

a. An image that could be edited externally.
b. An area that shows the files on your computer.
c. An image that acts like a submit button.

Answer : c

Question 47. Which of the following will display the ampersand(&) on HTML page?

a. &and
b. &amp
c. &ersand;
d. All of these

Answer : b

Question 48. How do you create a submit button on an HTML from?

a. <P> <INPUT type="send" value="Submit"> </P>
b. <P> <INPUT type="submit" value="Send"> </P>
c. <P> <BUTTON="submit" value="Send"> </P>
d. <P> <FORMBUTTON="send" value="Submit"> </P>

Answer : b

Question 49. What character should you use to prevent confusion on numbers higher than 9 with hexadecimal colors?

a. #
b. @
c. !
d. %

Answer : a

Question 50. What does the following HTML statement indicate? <Td colspan="2">

a. A table cell which spans two rows.
b. A table cell which splits off into two sub-cells.
c. A table cell which spans two columns.
d. None of these

Answer : c


Previous<------------>Next