Dreamweaver (Easy)
Dreamweaver (Intermediate)
Dreamweaver (Expert)
Tags
Simulation Questions
100
Select the text command that emphasizes a block quotation A)Format Text B)Insert Style C)Indent Text D)Align
C) Indent Text
100
What element may appear different when displayed in other monitors and broswers? A)Colors B)Buttons C)Alt Text D)Rich Media
A) Colors
100
Select the object or property that screen readers interpret. A)Sound B)Movies C)Alt Text D)Image maps
C) Alt Text
100
What are the two ways you can make text Bold in HTML coding?
Using the tag 'b' or 'strong'
100
What is the name of the field that is used to give text to an image when the user encounters the image? Where is it located?
'Alt Text' or 'Alternative Text'. In the Properties Inspector.
200
Which best describes Absolute Positioning (AP) when used with div HTML tags? A)AP elements are place on the page using tabs. B)AP elements are positioned on a page by columns and rows. C)Ap elements are moved around a page according to table cells. D)AP elements are place on the page accorind to their top and left properties.
D) AP elements are place on the page accorind to their top and left properties.
200
Select two ways a story board is used to create a Website. A)To predict the costs of development B)To show detailed content of Web pages C)For client pre-approval before development D)To create usability tests before development E)To show placement of elements on a Web Page F)Is a pixel boarder required around the image?
A and C.
200
Select three elements that shoudl appear on a Web Design storyboard. A)URL B)Alt Tags C)Meta Tags D)File Name E)Navigation F)Images/drawings G)Inspector
A, D, and E.
200
Where is the DOCType located in the code view of a HTML document?
The head.
200
Explain how to create a form using Spry Validation Text Fields. (Provide the most concise steps as possible) *Hint: Contains 4 steps.
Step 1: Insert > Form > Form Step 2: Insert a table (options are up to creator) Step 3: Insert > Spry > Spry Validation Text Field Step 4: Change options in the properties inspector.
300
Which four functions does the Files Panel allow users to access? A)Open Files B)Upload files C)Update files D)Edit image files E)Insert file anchors F)Organize files into folder
A, D, and E.
300
What is an image map? Name two tools that are used to create one.
A map that has that has links that direct the user to other web pages or locations. Using the Polygon tool and Rectangular tool.
300
Choose the two best options to add an email link to a Web site. A)Add an HREF tag B)Insert an HREF tag C)Use the Link Targer command D)Insert a names anchor in the paged E)Use the Insert Email Link command
A and E.
300
What is the difference between 'td' and 'tr'?
'td' is Table Cell; 'tr' is Table Row.
300
Click the option to view only the favorites tabs. Explain the steps.
Inster Panel > Favorites
400
Select the three DIV tag attributes. A)td B)ID C)Style D)Class E)Title F)label
B, C, and D.
400
Select the two rich media file types that can be placed in a HTML file using Dreamweaver. A)SWF B)MOV C)FLA D)PSD E)DOC
A and B.
400
What must you do to play a sound file automatically when a page loads? A)Program a Java applet B)Create a Link to the sound file C)Add the sound file to the site directory D)Embed the sound file as a plugin on the page
D.
400
What are two ways to make text Italic in HTML coding?
Use the tags 'em' or 'i'
400
What are two ways to link anything (i.e text, image, etc.) in Adobe Dreamweaver CS4?
In the Properties Inspector type in the link inside of the link text field or use the 'point to file'.
500
Dreamweaver has a panel that allows you to use pre-made JavaScript to add effect onto items of your choice. What is the name of the panel? Also name 3 effects listed in the panel.
Behaviors panel. Effects that can be said: Appear/Fade Blind Grow Shrink Highlight Shake Slide Squish
500
Dreamweaver is an excellent program used for creating websites. It has a feature that allows programmers/coders to code website quickly and efficiently. The feature does what while the user is typing the code?
Predicts tags that can be used also it shows all tags that can be inputted into the code line.
500
In the files panel in Dreamweaver there are 4 different view options. Name 2 of them.
Local Remote Server Testing Server Repository View
500
Give an example of HTML coding using the tags 'p' and 'h1'
<.body <.h1> [Enter text here] <.p> [Enter text here] <./body>
500
In the properties Inspector you can view 2 different types of options. Name the options (in order).
HTML, CSS