Dreamweaver MX Developer Exam - Level 1
Objective: Answer at least 7 questions correctly to move to the next level. JavaScript required!
Inserting a layer on a page Editing a table in Code View Converting from tables to layers Inserting a default Dreamweaver table from the Common Insert bar
2. What is used to lock areas where attributes of elements CANNOT be changed directly on the page?
CSS Templates Framesets Library items
3. What does the Dreamweaver MX Library store?
Reusable content that consists of text only Reusable content that consists of images only Reusable content that consists of either text, images or both Reusable template content that is used separately from the rest of the template
4. What CANNOT be controlled by <meta> tags?
Keywords Encoding Base URL Base URL, Base Target and Script Language
5. What events are attributes of a <body> tag and available for 4.0 or higher version browsers?
onBlur and onLoad onBlur and onClick onLoad and onKeyPress onMouseDown and onKeyPress
6. Scenario: A new page is created from a template that contains Previous and next buttons. Those buttons cannot be selected in this new page in order to add the proper links. Question: What needs to be done?
Change the template and make the buttons editable regions Edit the Behavior associated wih the Previous and Next buttons Click the Apply button in the Template category of the Assets panel Save the page in the Site directory or one of its subdirectories
7. Scenario: You have one table with a single cell containing one image and one paragraph with text below the image. Question: How can you center the image, using the Properties inspector, without centering the text below it?
Select the image and choose Align Center from the Modify menu Select the image and click the Align Center button in the Property inspector Click in the cell and choose Center from the Horz pop-up menu in the Property inspector Select the image and then choose Middle from the Align pop-up menu in the Property inspector
8. What is done to create a link for selected text or an image?
A - Type the path name in the Link field of the Property inspector B - Drag the file from the Site window to the selected item on the page C - Drag the Point to file icon on the Property inspector to the file in the Site window D - Answers A and C are correct
9. What target attribute will force a link to open a new window?
_top new _blank _parent
10. What is the order of precedence (highest to lowest), when using all three types of Cascading Style Sheets (CSS) styles in a document?
embedded, inline, linked inline, embedded, linked linked, embedded, inline linked, inline, embedded