NEWEST Adobe Certified
Professional - Web Authoring
(Dreamweaver) EXAM | Q&A WITH
RATIONALES
1. Which panel in Dreamweaver is primarily
used to manage site files and folders?
A. Insert
B. Files
C. CSS Designer
D. Properties
Correct answer: B
Rationale: The Files panel displays the folder
hierarchy of the defined site, allowing you to
add, rename, and delete site files .
2. In a Dreamweaver workspace, which view
shows both code and a live rendering side-by-
side?
A. Code View
,B. Split View
C. Live View
D. Design View
Correct answer: B
Rationale: Split View divides the window so you
can see the HTML source and the visual
rendering simultaneously .
3. Which HTML5 element best represents a set
of navigation links?
A. <header>
B. <nav>
C. <section>
D. <aside>
Correct answer: B
Rationale: The <nav> element semantically
defines a block of navigation links .
4. When defining a Dreamweaver site, the "root
folder" should contain:
,A. Only images
B. All site files and subfolders
C. Only CSS files
D. Only HTML files
Correct answer: B
Rationale: The root folder is the top-level
directory that holds every file and folder that
belongs to the site .
5. Which CSS selector has the highest
specificity?
A. p { }
B. .article { }
C. #main { }
D. div p { }
Correct answer: C
Rationale: ID selectors (#) outrank class,
element, and descendant selectors in the
cascade .
, 6. To ensure an image is accessible, you must
provide:
A. A title attribute
B. An alt attribute
C. A caption tag
D. A border style
Correct answer: B
Rationale: The alt attribute supplies alternative
text that describes the image for screen readers
and when the image cannot be displayed .
7. In the CSS box model, which property defines
the space between the element's border and
adjacent elements?
A. Padding
B. Margin
C. Border-width
D. Outline
Correct answer: B
Professional - Web Authoring
(Dreamweaver) EXAM | Q&A WITH
RATIONALES
1. Which panel in Dreamweaver is primarily
used to manage site files and folders?
A. Insert
B. Files
C. CSS Designer
D. Properties
Correct answer: B
Rationale: The Files panel displays the folder
hierarchy of the defined site, allowing you to
add, rename, and delete site files .
2. In a Dreamweaver workspace, which view
shows both code and a live rendering side-by-
side?
A. Code View
,B. Split View
C. Live View
D. Design View
Correct answer: B
Rationale: Split View divides the window so you
can see the HTML source and the visual
rendering simultaneously .
3. Which HTML5 element best represents a set
of navigation links?
A. <header>
B. <nav>
C. <section>
D. <aside>
Correct answer: B
Rationale: The <nav> element semantically
defines a block of navigation links .
4. When defining a Dreamweaver site, the "root
folder" should contain:
,A. Only images
B. All site files and subfolders
C. Only CSS files
D. Only HTML files
Correct answer: B
Rationale: The root folder is the top-level
directory that holds every file and folder that
belongs to the site .
5. Which CSS selector has the highest
specificity?
A. p { }
B. .article { }
C. #main { }
D. div p { }
Correct answer: C
Rationale: ID selectors (#) outrank class,
element, and descendant selectors in the
cascade .
, 6. To ensure an image is accessible, you must
provide:
A. A title attribute
B. An alt attribute
C. A caption tag
D. A border style
Correct answer: B
Rationale: The alt attribute supplies alternative
text that describes the image for screen readers
and when the image cannot be displayed .
7. In the CSS box model, which property defines
the space between the element's border and
adjacent elements?
A. Padding
B. Margin
C. Border-width
D. Outline
Correct answer: B