Thursday 24 September 2015

56 Top Dreamweaver Objective type Questions and Answer

1. What can the <head> section of a document contain? (Choose TWO)
A. <body> tag
B. style sheets
C. <meta> tags
D. version of HTML used
E. everything that displays in a browser
Answer: B,C

2. What is "align" in the following code known as?
<div align="center">
A. value
B. element
C. attribute
D. argument
Answer: C

3. What set of Cascading Style Sheets (CSS) style rules cause hypertext links within a table data cell to appear bold, not underlined, and with a pale gray background when the user moves the mouse pointer over a link?
A. td a:hover {
font-weight: bold;
underline: none;
-color: #CCCCCC;
}
B. td a:hover {
font-weight: bold;
text-decoration: none;
background-color: #CCCCCC;
}
C. td a.hover {
font-weight: bold;
underline: none;
background-color: #CCCCCC;
}
D. td, a.hover {
font-weight: bold;
text-decoration: none;
background-color: #CCCCCC;
}
Answer: B

4. What is a feature of the coding toolbar?
A. create unordered list from selected code
B. apply comment button can only insert HTML comment
C. ability to undock and move toolbar and customize button
D. if nested comments, remove comment button only removes outer comment tag
Answer: D

5. What area, in the Insert bar, is intended for customizing and organizing frequently used objects?
A. Layout
B. Common
C. Favorites
D. Application
Answer: C

More Questions & Answers:-
Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10 Page11

No comments:

Post a Comment