Business Driven Technology Plug-In T11 - Creating Webpages Using Dreamweaver
Business Driven Technology Plug-In T11 - Creating Webpages Using Dreamweaver
LEARNING OUTCOMES
1. Explain the different Dreamweaver views.
There are 3 views in Dreamweaver:
1. Design: This mode, known as WYSIWYG (What You See Is What You Get), allows you to get an
idea of how your page will appear when viewed in a browser. For the most part, almost everything
you want to do in Dreamweaver can be done in the Design view.
2. Code: This is what the underlying markup and HTML tags look like. Many people work quite well
with Dreamweaver without ever using the Code view.
3. Split: Split lets you see both design and code view, with code on the top, and the WYSIWYG view
below.
3. Describe the method used to insert a graphic into a Web page using Dreamweaver.
To add an image to your page:
1. In your document, click where you want the image to appear.
2. On the Common tab of the Insert bar, click the Image button. The Select Image Source dialog
appears.
3. Navigate to the image file you want, and select it. Dreamweaver shows you a preview of the image
in the Select Image Source dialog.
4. Click OK.
4. Describe the different types of hyperlinks you can create using Dreamweaver.
To add a link to a page:
1. Select the text you want to turn into a link.
2. Do one of the following:
If you are linking to a file on your hard drive, click the Browse for File button in the Property
Inspector. The Select File dialog appears. Navigate to the file you want to link to, select it, then
click OK.
If you are linking to a Web address, click in the Link field in the Property Inspector and type the
full URL of the link destination.
5. Describe how to create a list and table in a Web page using Dreamweaver.
The basic steps to create a list:
1. Type the items for your list into the window. After typing each item, press Enter.
2. Select the items in the list.
3. There are several ways you can create the list. Do one of the following:
Choose Text, select List, then choose Unordered List, Ordered List, or Definition List from the
submenu.
Click either the Unordered List or Ordered List button in the Property Inspector.
Click one of three buttons in the Text tab of the Insert Bar: ul for Unordered List, ol for Ordered
List, or dl for Definition List.
6. Define the benefits of using Cascading Style Sheets when developing a Web page using
Dreamweaver.
Cascading Style Sheets, or CSS, are all about style, looks, and presentation. CSS properties and rules
give you an amazing array of control over foregrounds, backgrounds, colors, fonts, positions,
alignments, margins, borders, lists, and other aspects of presentation.
Project Purpose: Get students comfortable creating a Web page from a “sketch”, including, adding
images, hyperlinks, lists, and tables.
Solution: Review topgolfclubs.html. This will test your students on how well they understand using
numbered lists and tables. Students will have to join cells in the first row in order to create the cell for
the heading. Students will have to join the cells in the last row in order to create the cell for the “Last
Updated:” reference. Students will have to use numbered lists in each middle column to display the
golf club information.
2. Building An e-Portfolio
Project Purpose: Get students comfortable creating their own HTML content and adding HTML
images, hyperlinks, lists, and tables.
Solution: Review e-portfolio.html. Although there is no right or wrong answer here, students responses
should address the bulleted list of deliverables noted in the assignment.
Project Purpose: Get students comfortable creating business content and adding HTML images,
hyperlinks, lists, and tables.
Solution: Review webpagestructure.html. Although there is no right or wrong answer here, students
responses should address many of the issues presented in this Plug-in.
Project Purpose: Get students comfortable creating a Web page using CSS.