Dreamweaver 2021 D3 L1 Projects
Dreamweaver 2021 D3 L1 Projects
1. With very few exceptions, each tag has to have an tag and a tag.
[View, Edit, and Manage Structure]
2. If we look over in our Document Object models panel, we can see the hierarchical structure of our
document. [View, Edit, and Manage Structure]
3. Media quieres were introduced in CSS3 and are a way to apply different styles for different media types
and devices. [Design for Multiple Devices]
4. Pixels are a(n) abstract unit of measurement, but they are also relative to the resolution
of the viewing device. [Design for Multiple Devices]
Upon completing this project, you will know how to set up, view, and edit the Objectives covered
structure of a webpage using the DOM panel. 3 Organizing Content on a Page
3.1 Organize page structure
Steps for completion: 3.1 a View, edit, and manage the
structure of a page
1. Open the products.html file.
2. What is the first tag that nests all of the webpage’s elements?
4. (True or False) HTML can be added directly from the DOM panel.
5. How can you insert a tag before an HTML element using the DOM panel?
6. What option would you select to insert a tag inside of an HTML element using the DOM panel?
42 | Domain 3 Lesson 1: View, Edit, and Manage Structure Dreamweaver Project Workbook, First Edition
Design for Multiple Devices Project Details
Project file
Cascading Style Sheets (CSS) makes a webpage mobile friendly. A media query is products.html
a way to create CSS formatting that only applies to specific types of media. style.css
6. Screen sizes are measured in , so this is the preferable measurement when creating a multiple
device design.
43 | Domain 3 Lesson 1: Design for Multiple Devices Dreamweaver Project Workbook, First Edition