UNIT 6 > MODULE 1

Lesson 1: Basic Features of Web Authoring Software

Overview

This lesson summarizes the basic features common to most popular web authoring software programs. It describes the overall working environment, and provides a summary of the HTML techniques you learned earlier in this course, and how to implement them using most web authoring tools. Use this handout as a starting point for exploring the web authoring software used in your class.

Learner Outcomes

At the completion of this exercise, you will:

Feature #1: Views

Most web authoring software provides multiple views of the web page you're working on.

Examples from common applications

Activity

Feature #2: Creating Headings and SubHeadings

In Normal or Design View, Web authoring software is very similar to word processing software. One or more toolbars appear across the top of the application window. A text formatting toolbar typically includes buttons for bolding and italicizing text, and probably additionally includes some means of identifying a heading or subheading.

Examples from common applications

Example #1

The following is a sample toolbar from Macromedia Dreamweaver. To create an <h1> heading in Dreamweaver, simply select the button labeled h1, type your heading text, then press Enter.

Dreamweaver text formatting 
toolbar, includes buttons labeled B, I, h1, h2, and h3, among others

 

Example #2

The following is a sample toolbar from Microsoft FrontPage. To create an <h1> heading in FrontPage, use the dropdown menu to select Heading 1, type your heading text, then press Enter.

FrontPage text formatting 
toolbar, includes a dropdown list of heading styles.

Activity

Feature #3: Inserting Links

In many web authoring software products, you add a link to a document by selecting Insert from the menu, then Link or Hyperlink. A dialog box will appear, prompting you for the link text that you want to display, the destination of the link, and possibly other information. Most web authoring software tools additionally provide a button or icon that allows you to quickly insert a link.

Activity

Feature #4: Inserting Images

In many web authoring software products, you add an image to a document by selecting Insert from the menu, then Image or Picture. A dialog box will appear, prompting you for the location of the image. After you have inserted the image into your webpage, you can edit its attributes in a Properties dialog box or panel. For example, you can change the image's height and width, put a border around it, make it into a link, and add alternate text for users who can't see the image. Image Properties are typically accessed by right clicking on the image and selecting Properties from the popup menu (if you are a Mac user, you can achieve the same result by pressing CTRL and clicking on the image to see the popup menu).

Examples from common applications

The following is the Picture Properties dialog from Microsoft FrontPage:

Snapshot of Picture Propreties 
dialog in MS FrontPage

Activity