Dear Readers, Welcome to Dreamweaver Objective Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your Job interview for the subject of Dreamweaver. These objective type Dreamweaver questions are very important for campus placement test and job interviews. As per my experience good interviewers hardly plan to ask any particular question during your Job interview and these model questions are asked in the online technical test and interview of many IT companies.
A. <body> tag
B. style sheets
C. <meta> tags
D. version of HTML used
E. everything that displays in a browser
Answer: B,C
<div align="center">
A. value
B. element
C. attribute
D. argument
Answer: C
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
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
A. Layout
B. Common
C. Favorites
D. Application
Answer: C
A. font size
B. underline
C. superscript
D. definition list
Answer: A
A. Layer Outline
B. CSS Layout Outlines
C. CSS Layout Box Mode
D. CSS Background Layout Background
Answer: C
A. Arial, red, 16 pixels
B. Verdana, red, 16 pixels
C. Verdana, blue, 16 pixels
D. Arial, red, browser default font size
Answer: A
A. Go To URL
B. Swap Image
C. Change Behavior
D. Open Browser Window
Answer: A
A. onBlur is not an event
B. when an image is selected
C. when a form field is selected
D. when selecting any object other than the one the onBlur event is attached
E. when selecting any object after selecting the one the onBlur event is attached
Answer: E
A. .myclass
B. #myclass
C. $myclass
D. %myclass
Answer: A
A. Use tables instead of CSS for page layout.
B. Link, rather than embed, client-side JavaScript.
C. Reduce the number of colors used in GIF images.
D. Resize images using the height and width attributes of the <img> tag.
Answer: C
A. Hidden
B. Standard
C. Concealed
D. Fixedvalue
Answer: A
A. //
B. */
C. #
D. {
E. /*
Answer: A,E
A. dl, dt, li
B. dl, dd, li
C. dl, dt, dd
D. dl, dt, db
Answer: C
A. <a href="jan.htm" target="_main">
B. <a href="jan.htm" target="_parent">
C. <a href="jan.htm" target="main">
D. <a href="jan.htm" target="_right">
E. <a href="jan.htm" target="parent">
Answer: C
A. Insert bar
B. Style panel
C. Assets panel
D. CSS Styles panel
E. Property inspector
Answer: D,E
A. Go To URL
B. Swap Image
C. Change Behavior
D. Open Browser Window
Answer: A
A. A:link
B. A:hover
C. Line Height
D. Letter Spacing
Answer: B
A. Arial, 14 point, red
B. Arial, 12 point, black
C. Verdana, 12 point, red
D. Verdana, 12 point, black
Answer: C
A. Split cells
B. Delete row
C. Merge cells
D. Adjust font face
E. Adjust background color
Answer: DE
A. Remove the <style> and </style> tags.
B. Change "font-family" to "font" on Line #5.
C. Change "text-align" to "text-position" on Line #7.
D. Change the <style> tag to <jscript> and </style> to </jscript>.
Answer: A
A. Use tables instead of CSS for page layout.
B. Link, rather than embed, client-side JavaScript.
C. Reduce the number of colors used in GIF images.
D. Resize images using the height and width attributes of the <img> tag.
Answer: C
A. .myclass
B. #myclass
C. $myclass
D. %myclass
Answer: A
A. Delete it in the CSS panel.
B. Detach the style sheet that contains the style.
C. Select the paragraph text and choose No Style from CSS Styles panel.
D. Create a new tag-based style for the same tag and overwrite the existing one.
Answer: A
A. Arial, red, 16 pixels
B. Verdana, red, 16 pixels
C. Verdana, blue, 16 pixels
D. Arial, red, browser default font size
Answer: A
A. if (x = y)
B. IF (x = y)
C. if (x EQ y)
D. if (x == y)
Answer: D
A. onBlur is not an event
B. when an image is selected
C. when a form field is selected
D. when selecting any object other than the one the onBlur event is attached to
E. when selecting any object after selecting the one the onBlur event is attached to
Answer: E
A. Flash Media Encoding Server
B. Flash Media Interactive Server
C. Flash Media Streaming Server
D. Flash Media Rights Management Server
Answer: C
A. The database must be installed on the web server.
B. Dreamweaver must be able to connect to a database.
C. Your web server must be able to connect to a database.
D. Your application server must be able to connect to a database.
E. Your web server must be able to connect to an application server.
Answer: D,E
A. HTML Reports
B. Workflow Reports
C. Information Reports
D. Accessibility Reports
E. Browser Compatibility Reports
Answer: A,B
A. Broken Links, External Links, and Invalid Links
B. Broken Links, External Links, and Missing Files
C. Broken Links, External Links, and Orphaned Files
D. Broken Links, External Links, and Unreachable Files
Answer: C
A. errors
B. warnings
C. design issues
D. informational messages
Answer: C
A. use HTML Reports in the Site Reports tab of the Results panel
B. use Validation in the Results panel and choose Validate Entire Current Local Site
C. use Browser Compatibility in the Results panel and click Settings in the pop-up menu
D. use Link Checker in the Results panel and select Broken Links in the Show pop-up menu
Answer: D
A. run the Accessibility HTML Report for all pages in your site
B. change your connection speed in your status bar preferences
C. install a modem and browse each page while using a stopwatch
D. use the file browser to ensure that no HTML page is more than 18K
Answer: B
A. remove extra white space in the code
B. optimize and compress all image files
C. replace a JPEG photo with a GIF image
D. format pages and text using Cascading Style Sheets
Answer: C
A. red
B. blue
C. black
D. green
Answer: D
A. FTP server
B. SSL certificate
C. Web server
D. Application server
Answer: C
A. Accessibility, Untitled Documents, and Missing Alt Text
B. Broken Links, Missing Alt Text, and Untitled Documents
C. Missing Alt Text, Untitled Documents, and Orphaned Files
D. XHTML Validation, Browser Compatibility Check, and External Links
Answer: A
A. Web browser
B. Dreamweaver
C. production server
D. application server
Answer: D
A. select File > Validate > Markup
B. select File > Check Page > Browser Compatibility
C. select Site > Reports, choose Accessibility and click Run
D. select View > Code View Options > Syntax Error Alerts in Info Bar
Answer: C
Which type of server topology is required?
A. PHP Server running on Apple OSX Web Server
B. Apache Server running on a Unix operating system
C. JavaScript Server running on Macromedia ColdFusion
D. Microsoft Windows Server running Internet Information Services
Answer: D
A. Copy the code across all Web pages.
B. Save the code in a text file and share the text file in a folder.
C. Create a snippet and share the snippet in a folder.
D. Create external JavaScript files.
E. Create a Java applet.
Answer: CD
A. Press SPACE and place the mouse between the two guides.
B. Press CTRL and place the mouse between the two guides.
C. Press ALT and place the mouse between the two guides.
D. Press SHIFT and place the mouse between the two guides.
Answer: B
A. Edit the CSS rule using the collapsible CSS/Accessibility section of the Attributes panel.
B. Edit and change the Style attribute in the Property Inspector.
C. Edit the CSS rule using CSS Styles panel.
D. Edit the CSS rule using the Quick tag editor.
Answer: C
A. A list of HTML tags compatible with XML appears.
B. The previous tag is closed.
C. A list of properties for the XML file appears.
D. A list of tags used in the XML file appears.
Answer: D
A. Class
B. Style
C. Title
D. ID
Answer: D
A. Set the Overflow property of the AP Div element to Visible.
B. Set the Zndex property of the AP Div element to zero.
C. Set the link on the image to #.
D. Set the Hide All Visual Aids option to Off.
Answer: D
A. font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CC0000
B. font-family:Verdana, Helvetica, sans-serif;
color:#CC0000;
font-size:13px
C. font-family:Verdana, Helvetica, sans-serif;
color:#CC0000
D. font-size:13px;
color:#CCCC00
Answer: B
A. The Flash Image Viewer and the GIF files are stored in different folders.
B. The frameShow option in Flash Image Viewer is set to Yes in the Flash element panel.
C. The imageLinks option in the Flash Image Viewer does not provide links to images in the Flash element panel.
D. The Flash Image Viewer can only show SWF and JPEG files.
Answer: D
A. Choose File > Convert > XHTML Mobile 1.0, and press F12.
B. Choose Modify > Templates > Apply Template to Page > Choose an XHTML Mobile 1.0 enabled template, and press F12.
C. Choose File > Preview in Browser > Device Central, and choose the mobile device from the list of the devices.
D. Choose View > Style Rendering > Handheld Media Type, and press F12.
Answer: C
A. Use the New Document category.
B. Use the Code Rewriting category.
C. Use the File Types / Editors category.
D. Use the Code Format category.
Answer: A
A. CSS classes are added to the external style sheet.
B. CSS IDs are added to the external style sheet.
C. CSS classes are created in the Web page.
D. CSS IDs are created in the Web page.
Answer: D
A. Edit the widget structure.
B. Edit the widget behavior.
C. Edit the widget styling.
D. Edit the widget property.
Answer: B
A. Use the WMODE parameter to set the background color.
B. Use Timelines and resize the AP Div element.
C. Use the Grow/Shrink behavior to resize the animation.
D. Set the background color to Default Color.
Answer: A
A. Edit the Edit Browser List option in the Preferences panel.
B. Edit the Browser Compatibility Check settings option in the Preferences panel.
C. Edit the Preview in Browsers category in the Preferences panel.
D. Edit the Validator category in the Preferences panel.
Answer: B