Exam A QUESTION 1
How many HTML files are created when a predefined fixed left frameset is used to build a frameset?
A. 4
B. 3
C. 1
D. 2
Correct Answer: B QUESTION 2
What is “align” in the following code known as? <div align=”center”>
A. attribute
B. value
C. name
D. property
Correct Answer: A QUESTION 3
Where is the Characters menu found?
A. Insert > HTML > Special Characters
B. HTML Styles panel
C. Property inspector
D. Assets panel
Correct Answer: A QUESTION 4
What CANNOT be controlled in the Site Map Layout?
A. change number of rows
B. change number of columns
C. display dependent files
D. display hidden files
Correct Answer: A QUESTION 5
When Dreamweaver MX 2004 form validation behavior is attached to a specific form element other than the Submit button, when will the behavior be triggered by default?
A. when the user de-selects the form control to which the behavior is attached
B. when the form is submitted
C. when the form is reset
D. when user selects the form control the behavior is attached to
Correct Answer: A QUESTION 6
A change is made to a style in a linked CSS file. What must be done so that the HTML pages using the CSS show the change?
A. nothing
B. update the pages site-wide
C. open and close Dreamweaver
D. refresh the Site Cache
Correct Answer: A
QUESTION 7
What is true for XML languages?
A. XML tags are used for conditional display of text and HTML tags are for text that should always be displayed.
B. XML describes the physical formatting of the document.
C. XML documents cannot be rendered in web browsers.
D. Document structure and physical formatting must be strictly separated.
Correct Answer: D
QUESTION 8
What is an advantage of using the POST method rather than the GET method for an HTML form?
A. POST method is more efficient.
B. Only PERL scripts can work with the GET method to process forms data.
C. No validation of form data is possible with the GET method.
D. Form data is not exposed to the user.
Correct Answer: D
QUESTION 9
How are Cascading Style Sheets (CSS) attached to an HTML file? (Choose TWO)
A. Common panel > Styles > Attach Style Sheet
B. Modify > CSS Styles > Attach Style Sheet
C. Design panel > CSS Styles > Attach Style Sheet
D. File > Import > Attach Style Sheet
E. Property inspector> Styles > Attach Style Sheet
Correct Answer: CE
QUESTION 10
In CSS, what is used as a prefix for ID Selectors?
A. ,
B. $
C. #
D. %
Correct Answer: C