Dreamweaver Test

Exam Type: Dreamweaver MCQ Skill Test
Questions Type: Multiple Choice Questions
Total Questions: 32
Time Limit: 30 Minutes
Last Update June, 2025

Pass Dreamweaver Exam

75%
Total time

1 minute 2 seconds

Total time

1 correct answers

Total time

6 incorrect answers

Total time

6 not attempted

Start

Dreamweaver Quiz

Question 1 of 32
30:00

In the image below, the text box's white background has been made 20% transparent to let the sea and land show through. Which color definition was used?

Somewhat transparent white text box over an image of a seashore

  1. rgba(255,255,255,0.80)
  2. rgba(255,255,255,20%)
  3. rgba(255,255,255,0.20)
  4. rgba(255,255,255,80%)
     

You have just inserted an image in a page and opened the image's Quick Property Inspector. What should you enter in the alt field?

Quick Property Inspector with five fields: src, alt, width, height, and link.

  1. a detailed description of what the image depicts for the benefit of nonvisual browsers and assistive technology for visually impaired people
  2. a brief description of what the image depicts for the benefit of nonvisual browsers and assistive technology for visually impaired people
  3. the URL of a smaller, alternative image for display on mobile devices
  4. the URL of an alternative image if the main image fails to load
     

You're using the Current tab of the CSS Designer panel to inspect the style rules applied to the current selection. What does it mean when property names are struck through, as in the image below where color and text-decoration have a line through them?

CSS Designer panel with Color and Text Decoration property names crossed out

  1. The value is not applied to the current selection because there's a parse error in the style sheet.
  2. The value is not applied to the current selection because it's invalid for that property.
  3. The value is not applied to the current selection because the property/value pair has been commented out in the style sheet.
  4. The value is not applied to the current selection because it has been overridden by a rule with greater specificity.
     

In the image below, to which Dreamweaver toolbar is the arrow pointing?

  1. Common toolbar
  2. Linked Files toolbar
  3. Related Files toolbar
  4. Document toolbar

Which panel stores frequently used code for quick insertion into a page?

Dreamweaver offers several options for refactoring JavaScript code, including renaming, extracting an expression to a variable, and extracting an expression to a function. What other refactoring options does it offer?

How do you use CSS to create a perfect circle?

Which HTML element is the most appropriate for a pull quote or sidebar?

Which methods does Dreamweaver support for connecting to a server, in addition to FTP, SFTP, and Local/Network?

HTML5 introduced new values for the type attribute of the form element. Which one is NOT valid?

Dreamweaver's Live Object Inspection automatically refreshes _____ type code hints. When you reference a variable later in your script, Dreamweaver indicates its _____.

Bootstrap is the most popular HTML, CSS, and JavaScript framework for creating responsive webpages that adapt to mobile phones, tablets, and desktops. How do you create a Bootstrap page in Dreamweaver?

If you're not using Bootstrap, how can you embed an accordion widget within a webpage?

What is linting?

You can use _____ panel to apply an effect to an element, such as changing its background color on hover, by defining a style rule and selecting the _____ that you want to affect.

When styling text, why does Dreamweaver list multiple values for font-family rather than just one?

Dreamweaver _____ allow you to create a "fixed" layout by marking selected parts of the page as _____.

The DOM panel shows a diagrammatic representation of a webpage's HTML structure. What else can you do in this panel?

The _____ displays a list of code sources related to the current selection on a page. You can access it by clicking the _____ icon that appears near the insertion point when the mouse has been idle for two seconds.

From where can you access the Code Navigator?

Dreamweaver offers multiple ways to insert images. Which technique will NOT work?

You have created a link to the LinkedIn website by selecting the link text and typing "www.LinkedIn.com" into the Link field of the Dreamweaver Property Inspector or dialog box. But when you come to test it, it doesn't work. What's the problem?

You want to move files in your website to a different folder or rename them. What's the advantage of making these changes in the Files panel?

How do you move inline styles to a style sheet in Dreamweaver?

How do you insert a web font (either stored locally or using Adobe Edge fonts) into a style sheet in Dreamweaver?

A Bootstrap _____ inserts a component that cycles through content using CSS _____ and JavaScript.

Pseudo-classes can be used to control the look of links in different states of user interaction. In which order should they be defined to ensure the styles are rendered correctly?

What attribute is missing from the
tag for it to be able to upload a file successfully?

When creating an internal link in a Dreamweaver template, from where is the correct path?

How does the Dreamweaver Check In/Out system prevent more than one person from working on a file at any given time?

Dreamweaver's _____ allows you to see what your design will look like _____ without you needing to save the page.

Before deploying a page on a live website, it's a good idea to check the HTML for errors. How do you do that in Dreamweaver?

Dreamweaver Test Explained

© 2025 Skill Test Answer. All Rights Reserved