HTML Quiz 1-10
HTML Quiz 21-30
HTML Quiz 31-40
HTML Quiz 41-50
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 11. It is better to set font attributes directly in HTML rather than in
CSS.
a. True
b. False
Answer : b
Question 12. Defining clickable sub-areas on an image is called?
a. imagemapping
b. imagelinking
c. multiple linking
Answer : a
Question 13. Which attribute allows you to make HTML form input elements uneditable?
a. src
b. disabled
c. type
d. checked
Answer : b
Question 14. What is the HTML %ltDD> tag used for?
a. To create a nested list.
b. To create an unordered list.
c. To describe an item in a definition list.
d. All of these
Answer : c
Question 15. What does this HTML statement create? <A name="help">Help
Section</A>
a. an anchor link
b. an external link
c. a javascript link
d. all of these
Answer : a
Question 16. What is used to store information typically used to specify page
description, keywords, author of the document, last modified and other data?
a. Database
b. Tabs
c. Meta tags
d. Cookies
Answer : c
Question 17. When using the FORM tag, what allows users to only select one choice?
a. ordered lists
b. unordered lists
c. check boxes
d. radio buttons
Answer : d
Question 18. The character entity to represent a non-breaking space:
a. &break;
b.
c. &npsb;
d. nspb;
Answer : b
Question 19. Which of the following attributes will always make an HTML link open
in a new window?
a. target=_blank
b. target: blank;
c. target="_blank"
d. target="blank"
Answer : c
Question 20. When is the content of a table shown?
a. After the table is loaded
b. Before the border loads
c. In pieces as it loads
d. Before the page loads
Answer : a
|
|