Animation and style sheets

Size: px
Start display at page:

Download "Animation and style sheets"

Transcription

1 L E S S O N 6 Animation and style sheets Lesson objectives To learn about animation and style sheets, you will: Suggested teaching time minutes a b Animate text, outlines, and web pages with Dynamic HTML. It s becoming increasingly difficult to make your web pages stand out from the pack. You ll use DHTML to add motion to your text, create collapsible outlines, and apply presentation-like transitions to your web pages to help distinguish your site. Use style sheets to have greater control over how styles are applied to a web and its elements. Because of their inherent flexibility, style sheets can control entire webs, specific web pages, or even single text characters. You ll create a simple external style sheet modifying the H2 heading, and then apply it the entire web. Then you ll embed a style sheet that modifies the H3 heading within a web page. Finally, you ll create an inline style, to control a single element in this case, a hyperlink. 6-1

2 FrontPage 2000: Advanced Ashbury Training a Introduction to Dynamic HTML what s new The following new software feature is discussed in this topic: Dynamic HTML toolbar. Concepts > Easier to use than more complex methods, such as JavaScripts or web components, Dynamic HTML (DHTML) can be just what you need to bring your web pages to life. With this developing web page specification, you can create collapsible outlines, text animations (such as text flying in from off the screen or displayed word by word), and page transition effects (such as dissolving one page into another). You can even apply DHTML to pictures! FrontPage has a variety of features that enable you to incorporate these Dynamic HTML effects into your web site without having to program the actual code. To take advantage of Dynamic HTML effects, you ll need a browser that supports DHTML, such as Microsoft Internet Explorer 4.0 or later. Text animation Animating text in small doses adds visual interest to any web element. With FrontPage, you can use DHTML to create text animation very quickly without any programming! For example, you can select text to fly onto the screen from several directions, spiral in as a whole sentence, or drop in word by word. To use text animation, select the text you want to animate and choose Format, Dynamic HTML Effects to display the DHTML Effects toolbar (see Figure 6-1). Then select when you want the animation to occur, define the animation you want to apply, and finally adjust its settings. Save the page and preview it in a browser to test your creation. Remember, visitors to your web site will see the animations only if their browser supports DHTML. Figure 6-1: The DHTML Effects toolbar. Don t be afraid to experiment with different effects. You can easily remove a text animation by first selecting the animated text in FrontPage. Then choose Format, Remove Formatting. (Clicking on the Remove Effect button on the DHTML toolbar will also return your text to normal.) Task A-1: Animating text What you do Comments/Prompts 1. Open animationweb Display links.htm in Page view 2. Select the text VOP Links Page! You will add Dynamic HTML elements to this page. This text will be animated. 6-2

3 Ashbury Training Lesson 6: Animation and style sheets 3. Choose _Format Dynamic_HTML_Effects_ Use ScreenTips to identify the toolbar s various items 4. From the On drop-down list, select Page Load From the Apply drop-down list, select Fly In From the Effect drop-down list, select From Right To display the DHTML Effects toolbar. (You may want to position or dock the toolbar so it s out of the way but still accessible.) (Use Figure 6-1 as a guide.) Whenever the selected event occurs, it will trigger the DHTML effect. Apply determines how the text will be animated. Effect determines the animation s behavior when the event is triggered. 5. Observe the VOP Links Page! heading Because the Highlight Dynamic HTML Effects button on the DHTML Effects toolbar is active, the selected text area is boxed with a light shading behind it. This shading won t appear in your browser. It s just there to help you identify which elements have an effect applied to them. M If you don t have a browser that supports Dynamic HTML, then you won t see the animation. 6. Save the page, and preview it in a browser 7. Close the browser To return to FrontPage. 8. Observe the files in the Folder List The VOP Links text flies in from the right. Refresh the page to repeat the effect. FrontPage created a JavaScript called animate.js to control the DHTML effect. 9. Verify that the insertion point is within the shaded text area On the DHTML Effects toolbar, click on Remove Effect Note: This doesn t remove the supporting JavaScript (animate.js). You ll need to delete that manually. 10. Save the page 6-3

4 FrontPage 2000: Advanced Ashbury Training Practice Task 1. Apply a Page Load DHTML effect to the VOP Corporate Accounts! heading on accounts.htm. Save the page and preview it in a browser. 2. Close the browser. 3. Close the DHTML Effects toolbar. Page transitions Concepts > You can create page transitions, similar to those found in a presentation package, to create visual effects when viewers navigate between pages on your web site. For example, you can choose to blend, box in, circle in, wipe left or right, and many others. You can select the event for which the transition happens, such as when the user enters the page, exits the page, enters the site, or exits the site. You can also select how long the effect will last. To create a page transition effect, open the page you want in FrontPage, and choose Format, Page Transition. In the Page Transitions dialog box, select the appropriate Event, Duration, and Transition Effect. Save the file and preview it with the Preview tab or in a browser. Note: Page transitions may not be displayed consistently when you re testing them in a browser. That s because they may conflict with other page elements. For instance, if you create a collapsible outline (which we ll do in the next task) before you assign a page transition, the page transition probably won t work. However, if you assign the page transition before you create the collapsible outline, the transition will work fine. The rule of thumb is experiment. Try applying page transitions a couple of times to see if you can get them to work. If you can, you ll appreciate the effect. If you can t, look closely at other page elements to see if they may be interfering. Task A-2: Adding a page transition What you do Comments/Prompts 1. Display links.htm in Page view, if necessary 2. Choose _Format Page_Transition..._ To display the Page Transitions dialog box. 6-4

5 Ashbury Training Lesson 6: Animation and style sheets You might want to discuss exactly when each event will happen, and why you might want to choose certain events over others. 3. In the Event drop-down list, select Page Exit In the Duration (Seconds) text box, type 3 From the Transition Effect list, select Box Out Click on OK 4. Save the page 5. Preview the page in a browser 6. Click on the Corporate Accounts link Observe the page transition 7. Close the browser To view the effect when users exit the page. To set the time of the effect to 3 seconds. To accept the changes and close the Page Transitions dialog box. To move to the Corporate Accounts page. The accounts.htm page is revealed. Concepts > Nested lists In a bulleted or numbered list, you might want to provide supporting information to enhance a topic in the main list. You can do this by creating a nested list a list within a list. To create a nested list, add an extra blank line below the list item you want the nested list to support. On the Format toolbar, click on the Increase Indent button twice, and type the first item. Press Enter for each additional item you want to add to the nested list. Generally speaking, it s a good idea to create the full main list first, and then go back and create nested lists. Collapsible outlines and lists If a web page has outlines with multiple sublevels or bulleted lists with several second- and third-level bullets in them, it can appear overwhelming to the site visitor. To make the information easier to access, you can use FrontPage to create outlines that visitors can expand or collapse. (FrontPage uses DHTML and JavaScript to do this.) These collapsible outlines allow visitors to view as much or as little of your lists as they want by just clicking on the list or outline item kind of a now you see it, now you don t effect. You can apply collapsible outlines before you begin creating a new list, or you can apply the feature to an existing list. To create a collapsible outline for an existing list, place the insertion point on the first list item. Right-click, and from the shortcut menu, choose List Properties. Check Enable Collapsible Outlines and select whether you want the list initially collapsed. Then click on OK. When you apply this property to the top list level, it affects all list items at that level and all levels below. 6-5

6 FrontPage 2000: Advanced Ashbury Training Because collapsible outlines use DHTML and JavaScript, you ll need to preview the page on the Preview tab or in a browser. To expand or collapse the outline, just click on the item that contains the sublevels or nested list. Very important: Don t forget to provide some instruction or indication in your web page so visitors will know how to expand and collapse the dynamic outlines, especially if the outline is initially collapsed. Task A-3: Creating a nested list and a collapsible outline Before you begin: Make sure the DHTML Effects toolbar is closed. What you do 1. Display links.htm in Page view, if necessary Comments/Prompts Observe the Note above the bulleted list When using a collapsible outline, you need to either provide obvious visual cues (with icons) or explain to visitors how to expand and collapse the outline. 2. Place the insertion point at the end of the Telecom Trends bulleted item 3. Press R To create a new line. A new bulleted list point is displayed. M Make sure students do not press T! 4. Click on the Increase Indent button twice 5. Type AT&T: Press s Press R 6. Type MCI: Press s To create a second-level bullet (a nested list). Don t press Enter. The text is recognized as a URL, and hyperlink formatting is applied. The new line is automatically entered as a nested list item. To add a second item to the nested list. Don t press Enter. (We won t be needing another bullet.) 6-6

7 Ashbury Training Lesson 6: Animation and style sheets 7. Right-click on Telecom Trends M Make sure students don t select List Item Properties. Choose _List_Properties..._ The List Properties dialog box is displayed. You can use the List Properties dialog box to create custom bullet points and number styles. You might want to show students the HTML code for the collapsible outline. 8. Verify that the Plain Bullets tab is selected Check Enable Collapsible Outlines Check Initially Collapsed Click on OK When a visitor first sees the outline, the sublists will be hidden. Nothing seems to have changed in FrontPage. To see the collapsible outline, you ll need to preview the page in a browser. Remind students again that the asterisk means the bullet has a nested list. Also remind them to somehow indicate nested lists in their own web pages so visitors will be able to use them. 9. Save the page, and view it in a browser Click on Telecom Trends Close the browser Maximize the browser, if necessary. To expand the list. 10. Observe the Folder List The JavaScript outline.js has been added to the list. 6-7

8 FrontPage 2000: Advanced Ashbury Training b Using style sheets and styles what s new The following new software feature is discussed in this topic: Template-based style sheet creation. Style types Concepts > Style sheets contain rules that determine how specified HTML styles affect web page elements. By defining all styles before applying them to web elements, the developer can quickly create a consistent look by applying the same style across an entire web, on a specific page, or for a particular web element. Using cascading style sheets (CSS) gives web developers greater control over how their pages look and how elements are displayed. Cascading refers to the hierarchical order in which different style sheet types interact when conflicts arise. The prevailing principle of cascading order is that rules cascade from general to specific and from external to local. Before you can use style sheets, the web page s CSS options need to be active. (Choose Tools, Page Options. Select the Compatibility tab, and under Technologies, check at least the CSS 1.0 option you may want to check CSS 2.0 as well, if you intend to use style sheets frequently.) In a style sheet, style rules are formed as follows: selector {property: value; property: value} In the following example, H1 is the selector, font-size and color are properties, and x-large and green are values. All properties and values must be contained within curly braces. This style rule would make all text formatted as Heading 1 green with an extra-large font size. H1 {font-size: x-large; color: green} Styles come in three flavors external style sheets, embedded style blocks, and inline styles. We ll first address external style sheets. External style sheets External style sheets are individual text files that contain style information for web elements (like the preceding H1 style example). External style sheets are called external because they are separate files and can be stored anywhere on the Internet, just so long as the web pages that use them can access them. For instance, if a web page tries to access an external style sheet that resides on your Personal Web Server, and you computer is turned off it won t be able to link to the style sheet. Template-based style sheet creation FrontPage 2000 enables you to create external style sheets right in your web. Choose File, New, Page. Select the Style Sheets tab and double-click on the Normal Style Sheet template. Use the Style toolbar to create new styles or modify existing ones. 6-8

9 Ashbury Training Lesson 6: Animation and style sheets The greatest benefit of using external style sheets is their change once, use many trait. For example, if you want to change the font for all H1 styles in your web, you no longer have to change every instance of the H1 style. You can link your entire web to an external style sheet that contains the specified H1 attributes. Then if you want to change the style, just change it once in the external style sheet and all H1 styles in the web will adopt the change. No fuss, no muss. Task B-1: Creating an external style sheet in FrontPage What you do Comments/Prompts 1. Choose _File New Page _ M If the Style Sheets tab isn t an option in the New dialog box, close the dialog box. Choose Tools, Page Options, and select the Compatibility tab. Under Technologies, verify that the CSS options are checked. Select the Style Sheets tab Double-click on the Normal Style Sheet template 2. Display the Style toolbar, if necessary Click on the Style button 3. In the Styles list, scroll down and select H2 Click on Modify 4. Click on Format To display the Style dialog box. To display the Modify Style dialog box. Choose _Font_ Select Arial as the Font, Bold as the Font Style, and 18 pt as the Size Click on OK twice 5. In the Styles list, observe the entry Click on OK To return to the Style dialog box. Only the modified H2 style is listed, because the List drop-down list is set to User-defined Styles instead of All HTML Tags. 6. Observe the modified style H2 { font-family: Arial; font-size: 18 pt; font-style: bold } 6-9

10 FrontPage 2000: Advanced Ashbury Training 7. Choose _File Save_As _ Verify that animationweb is in the Save In dialog box Name the file customstyle Click on Save Because we created the page as a new style sheet, the file type is already set to Hyper Text Style Sheet. To add the customstyle.css style sheet to the web. (See the Folder List.) 8. Close the Style toolbar Close customstyle.css Linking a page to an external style sheet Concepts > You can link a page to an external style sheet by choosing Format, Style Sheet Links. Then enter the path and location of the style sheet you want to link. You can choose to link individual pages or your entire web to a particular style sheet. Task B-2: Linking to a style sheet q Objective: To link a web page to an external style sheet. What you do Comments/Prompts 1. Display links.htm in Page view, if necessary Observe the heading VOP Links Page! 2. Choose _Format Style_Sheet_Links _ Select All Pages Click on Add It has a Heading 2 style applied, which is currently Times New Roman. To display the Link Style Sheet dialog box. If you wanted to use the style sheet for just one web page, you could click on Selected Page(s). To display the Select Hyperlink dialog box. 3. Follow your instructor s directions to locate and link to the file customstyle.css Click on OK twice 4. Observe the VOP Links Page! heading To link the page to the style sheet. The font has changed to Arial, Bold, 18 pt. The modified style in the linked style sheet (H2) affects any text in the web that uses the Heading 2 style. 6-10

11 Ashbury Training Lesson 6: Animation and style sheets 5. Switch to HTML view Observe the <link rel > tag near the top of the page Switch to Normal view Save the page 6. Display the Home Page in Page view Observe its heading 7. Display links.htm in Page view ( Welcome to VOP! ) It s also Arial, Bold, 18 pt because it was already tagged with the Heading 2 style when you applied the style sheet to All Pages. (Choose Window, Links.htm.) Concepts > Using embedded style blocks Another way of creating your own styles is to use an embedded style block. An embedded style block is put right into a web page s HTML code by using the <style> tag, and using the same selector, property, and value construction as an external style sheet. Because of the cascade order, embedded style blocks override any linked external style sheet, but they affect only the pages in which they re embedded. You don t have the choice to affect other pages. Consider the following example. Premise: A linked external style sheet declares that all level-one headings (H1) are displayed in blue. A web page linked to the style sheet contains an embedded style block that declares that each level-one heading will be displayed in red. Outcome: The embedded style block takes precedence over the linked style sheet because it s more local text on this web page that is contained by H1 would be displayed in red. Embedded styles are best used if you don t know where your web pages will be located. By embedding a style sheet, you guarantee that the styles will go with the web page and you don t have to worry about broken links to external style sheets. The drawback is that if you change any embedded style information on one page, you ll need to change it in every similar page. To create an embedded style block, open the web page where you want the block to reside, and choose Format, Style. Select the HTML tag you want to change, click on Modify, then Format. Change the tag s characteristics, and then close all open dialog boxes. 6-11

12 FrontPage 2000: Advanced Ashbury Training Task B-3: Inserting an embedded style block Before you begin: Links.htm is displayed in Page view. What you do 1. Place the insertion point in the subheading Bringing you the best... Comments/Prompts Observe the text s style information 2. Choose _Format Style _ A Heading 3 style is applied. To display the Style dialog box. In the Styles list box, scroll down and select H3 Click on Modify Click on Format Choose _Font_ To display the Font dialog box. 3. Select Arial as the Font, Italic as the Font Style, and 14 pt as the Size Click on OK three times 4. Observe the Bringing you the best heading It still has the Heading 3 style applied, but the font properties have changed to Arial, Bold Italic, 14 pt. 5. Switch to HTML view Observe the </style> tag near the top of the page Switch to Normal view The new style sheet definition for Heading 3 (H3) is embedded directly into the file. Save the page 6. Display the Home Page in Page view Observe its Distributing office products heading 7. Display links.htm in Page view It, too, has a Heading 3 style applied, but it s in Times New Roman. That s because you embedded the style block in links.htm, so it doesn t affect other web pages. (Choose Window, Links.htm.) 6-12

13 Ashbury Training Lesson 6: Animation and style sheets Applying inline styles to page elements Concepts > Sometimes you may want to make the formatting of a single instance of an HTML tag different from what s specified in a web page s embedded style block or its linked external style sheet. This is done by using an inline style. An inline style inserts the STYLE attribute directly into an HTML tag. (Inline styles affect only the HTML element they are inserted into.) To apply an inline style, select the element (such as a paragraph, table, or image) and choose Format, Properties. In the Properties box, click on Style to display the Style dialog box. (If the Properties box doesn t have a Style button, then you cannot change that element s style.) From the Modify Style dialog box, choose Format and then the trait you want to adjust font, paragraph, and so on. Click on OK until all the dialog boxes are closed to apply the inline style. Note: Themes use cascading style sheets. If you ve applied a theme to a page or web, try to avoid using additional embedded style blocks or inline styles. Because embedded styles override linked style sheets, pages with themes to which you apply embedded styles may not be displayed as you d expect. Finally, you shouldn t edit a theme s.css files because you might render the theme unusable. Task B-4: Using an inline style What you do 1. Right-click on the VOPlinks@vop.com hyperlink 2. Choose _Hyperlink_Properties..._ In the lower right-hand corner of the dialog box, click on Style... Comments/Prompts You will apply an inline style to the hyperlink text. The Edit Hyperlink dialog box is displayed. The Style dialog box is displayed. Click on Format Choose _Font _ 3. On the Font tab, from the Font list, select Arial Click on OK three times To select Arial as the font for the hyperlink. To close the Style and Edit Hyperlink dialog boxes. 4. Deselect the hyperlink text The hyperlink font is now Arial. 5. Switch to HTML view 6-13

14 FrontPage 2000: Advanced Ashbury Training 6. Observe the VOPlinks.com hyperlink code The style property is inserted within the hyperlink tag. Because it s an inline style, only this hyperlink will have this formatting. The remaining hyperlinks on the page are still set in the Times New Roman font. 7. Switch to Normal view Close the web, saving pages as necessary 6-14

15 Ashbury Training Lesson 6: Animation and style sheets ( Practice Unit for Lesson 6 In this activity, you will animate headings by using DHTML, create a collapsible list, and build an external style sheet and link the page to it. 1. Open practiceanimate and display the Home Page. 2. Apply a DHTML effect of your choice to the heading Welcome to my web site! 3. Make the two nested lists, below Reading and Cooking, collapsible (set them to be initially collapsed). 4. Create a new normal style sheet and use the Style toolbar to modify the H1, H2, and H3 styles so the font is Arial. Save the style sheet as mystyles 5. Link the new style sheet to the Home Page. 6. For the address, create an inline style so the font is Arial. 7. Save the page and preview it in a browser. 8. Close the web. 6-15

16 FrontPage 2000: Advanced ) Wrap-up for Lesson 6 a What are some of the things you can do with Dynamic HTML? You can create text animations, collapsible outlines, and page transitions for your web pages. b What s the difference between an external style sheet and an embedded style block? External style sheets are stored as a separate file and, when linked, an external style sheet can affect individual pages or entire web sites. Embedded style blocks affect only the pages in which they re embedded and their styles override external style sheets. How does an inline style affect a web page? It doesn t. An inline style affects only a specified element within a web page. 6-16

Page design and working with frames

Page design and working with frames L E S S O N 2 Page design and working with frames Lesson objectives Suggested teaching time To a learn about designing web pages and creating framesets in your web, you will: 35-45 minutes a b c Discuss

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format our web site. Just

More information

How to create and edit a CSS rule

How to create and edit a CSS rule Adobe Dreamweaver CS6 Project 3 guide How to create and edit a CSS rule You can create and edit a CSS rule in two locations: the Properties panel and the CSS Styles panel. When you apply CSS styles to

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Introduction to PowerPoint

Introduction to PowerPoint L E S S O N 1 Introduction to PowerPoint Lesson objectives Suggested teaching time To become familiar with PowerPoint's presentation capabilities, you will: 40-50 minutes a b c Start the program, open

More information

The Internet and the Web

The Internet and the Web L E S S O N 7 The Internet and the Web Suggested teaching time 35-45 minutes Lesson objectives In this lesson, you will learn how to use Word s Web page creation features by: a b c d Discussing Internet

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles Using Dreamweaver 6 So far these exercises have deliberately avoided using HTML s formatting options such as the FONT tag. This is because the basic formatting available in HTML has been made largely redundant

More information

Section 3 Formatting

Section 3 Formatting Section 3 Formatting ECDL 5.0 Section 3 Formatting By the end of this Section you should be able to: Apply Formatting, Text Effects and Bullets Use Undo and Redo Change Alignment and Spacing Use Cut, Copy

More information

Introduction to templates

Introduction to templates L E S S O N 5 Introduction to templates Suggested teaching time 35-45 minutes Lesson objectives In this lesson, you will learn how to use Word templates by: a b c Discussing and viewing existing templates.

More information

Beginning a presentation

Beginning a presentation L E S S O N 2 Beginning a presentation Suggested teaching time 40-50 minutes Lesson objectives To learn how to create and edit title and bullet slides, you will: a b c d Select slide types by using the

More information

Microsoft FrontPage 2002 Tutorial. Contents

Microsoft FrontPage 2002 Tutorial. Contents Microsoft FrontPage 2002 Tutorial Contents Introduction... 1 Before You Begin... 2 Overview... 2 If you have Web server software installed... 2 FrontPage and Microsoft Internet Explorer... 3 If you are

More information

Independence Community College Independence, Kansas

Independence Community College Independence, Kansas Independence Community College Independence, Kansas C O N T E N T S Unit 1: Creating, Modifying, and Enhancing FrontPage Webs and Pages 1 Chapter 1 Investigating FrontPage 2002 3 Exploring World Wide Web

More information

Developing a Home Page

Developing a Home Page FrontPage Developing a Home Page Opening Front Page Select Start on the bottom menu and then Programs, Microsoft Office, and Microsoft FrontPage. When FrontPage opens you will see a menu and toolbars similar

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

More information

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian An Introduction to Microsoft FrontPage Lecture No.1 Date: April 20. 2007 Instructor: Mr. Mustafa Babagil Prepared By: Nima Hashemian 2006 An Introduction to FrontPage Mathematics Department Eastern Mediterranean

More information

Basic Concepts 1. Starting Powerpoint 2000 (Windows) For the Basics workshop, select Template. For this workshop, select Artsy

Basic Concepts 1. Starting Powerpoint 2000 (Windows) For the Basics workshop, select Template. For this workshop, select Artsy 1 Starting Powerpoint 2000 (Windows) When you create a new presentation, you re prompted to choose between: Autocontent wizard Prompts you through a series of questions about the context and content of

More information

Computer Applications Info Processing

Computer Applications Info Processing Lesson 2: Modify the Structure and Appearance of Text Microsoft Word 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO: Apply styles to text. Change a document s theme. Manually change the look of characters

More information

FrontPage 2003 Lesson 4 - Creating Individual Pages. Adding a Page Using a Template. Web Page Title. Saving a Web Page

FrontPage 2003 Lesson 4 - Creating Individual Pages. Adding a Page Using a Template. Web Page Title. Saving a Web Page FrontPage 2003 Lesson 4 - Creating Individual Pages Adding a Page Using a Template 1. Open the Practice web site. 2. Click File > New. 3. In the Task Pane, click More page templates. 4. Click the General

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

More information

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles Using Dreamweaver CC 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

How to Add Word Heading Styles Explanation

How to Add Word Heading Styles Explanation How to Add Word Heading Styles Explanation Using Word Heading Styles creates hierarchical structure and easier navigation throughout your file. Word Headings allow the user to navigate directly to various

More information

Basic Concepts 1. For this workshop, select Template

Basic Concepts 1. For this workshop, select Template Basic Concepts 1 When you create a new presentation, you re prompted to choose between: Autocontent wizard Prompts you through a series of questions about the context and content of your presentation not

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Creating a Website with Dreamweaver 4

Creating a Website with Dreamweaver 4 Creating a Website with Dreamweaver 4 What is Dreamweaver (DW)? DW is a visual web page editor that allows you to create and manage Websites and pages without having to learn HTML (Hyper Text Markup Language).

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Creating a Web Presentation

Creating a Web Presentation LESSON 9 Creating a Web Presentation 9.1 After completing this lesson, you will be able to: Create an agenda slide or home page. Create a hyperlink to a slide. Create a Web presentation with the AutoContent

More information

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002 University of Arizona Information Commons Training Page 1 of 21 WORD XP/2002 USER GUIDE Task- Formatting a Document in Word 2002 OBJECTIVES: At the end of this course students will have a basic understanding

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Lab 2. Task 1 : Learning basic tasks with PowerPoint. Estimated time

Lab 2. Task 1 : Learning basic tasks with PowerPoint. Estimated time Lab 2 Task 1 : Learning basic tasks with PowerPoint Objective : To familiarize with basic tasks in PowerPoint : 1. Create a presentation 2. Find and apply a template 3. Insert a new slide 4. Format text

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Lesson 1 New Presentation

Lesson 1 New Presentation Powerpoint Lesson 1 New Presentation 1. When PowerPoint first opens, there are four choices on how to create a new presentation. You can select AutoContent wizard, Template, Blank presentation or Open

More information

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

More information

This document provides a concise, introductory lesson in HTML formatting.

This document provides a concise, introductory lesson in HTML formatting. Tip Sheet This document provides a concise, introductory lesson in HTML formatting. Introduction to HTML In their simplest form, web pages contain plain text and formatting tags. The formatting tags are

More information

QuickStart Guide MindManager 7 MAC

QuickStart Guide MindManager 7 MAC QuickStart Guide MindManager 7 MAC Contents Welcome to Mindjet MindManager...... 1 Technical Support and Registration... 1 About this User Guide............... 1 Learn about MindManager and maps... 2 What

More information

Table of Contents. Contents

Table of Contents. Contents Spring 2009 R.A. Table of Contents Contents Opening PowerPoint... 2 PowerPoint 2007 Interface... 2 PowerPoint Features... 2 Creating, Opening and Saving Presentations... 3 Creating a Presentation... 3

More information

Learn more about Pages, Keynote & Numbers

Learn more about Pages, Keynote & Numbers Learn more about Pages, Keynote & Numbers HCPS Instructional Technology May 2012 Adapted from Apple Help Guides CHAPTER ONE: PAGES Part 1: Get to Know Pages Opening and Creating Documents Opening a Pages

More information

Developing a Power Point Presentation

Developing a Power Point Presentation Load Power Point 1 Select Blank Presentation (figure 1) 2 Select New Slide (figure 2) First slide is the title page. Select First Box as shown in figure 2. Figure 1 Figure 2 3 Add Title and Subtitle (figure

More information

Working with multimedia

Working with multimedia L E S S O N 2 Working with multimedia Suggested teaching time 60-70 minutes Lesson objectives To become familiar with PowerPoint s multimedia functions, you will: a b c Insert and customize clip art by

More information

CSS worksheet. JMC 105 Drake University

CSS worksheet. JMC 105 Drake University CSS worksheet JMC 105 Drake University 1. Download the css-site.zip file from the class blog and expand the files. You ll notice that you have an images folder with three images inside and an index.html

More information

Creating Accessible Microsoft Word 2003 Documents Table of Contents

Creating Accessible Microsoft Word 2003 Documents Table of Contents Table of Contents Creating Accessible Microsoft Word Documents...1 Introduction...2 Templates...2 Default Settings...2 Set the Language...2 Change Default Settings...2 To change the default Font:...2 To

More information

! " # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up)

!  # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up) ! " # $%& # &'()*+ At the end of this lab exercise, students should be able to: Invoke the main components in Macromedia Dreamweaver MX 2004 Edit and format text using Macromedia Dreamweaver MX 2004 Create

More information

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

FCKEditor v1.0 Basic Formatting Create Links Insert Tables FCKEditor v1.0 This document goes over the functionality and features of FCKEditor. This editor allows you to easily create XHTML compliant code for your web pages in Site Builder Toolkit v2.3 and higher.

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

FrontPage Student IT Essentials. October 2005 This leaflet is available in other formats on request. Saving your work

FrontPage Student IT Essentials. October 2005 This leaflet is available in other formats on request. Saving your work Saving your work All students have access to a personal file storage space known as the U: Drive. This is your own personal secure area on the network. Each user has 60mb of space (40 bigger than a floppy

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Integrated Projects for Presentations

Integrated Projects for Presentations Integrated Projects for Presentations OUTLINING AND CREATING A PRESENTATION Outlining the Presentation Drafting a List of Topics Imagine that your supervisor has asked you to prepare and give a presentation.

More information

Guide to Completing Your Senior English and Government Portfolios

Guide to Completing Your Senior English and Government Portfolios Sheridan High School s Guide to Completing Your Senior English and Government Portfolios Written by: Dave Burkhart Updated: August 24, 2014 2 Clicking on a topic or a page number will automatically take

More information

GETTING STARTED IN FRONTPAGE 2000 SETTING THE BACKGROUND

GETTING STARTED IN FRONTPAGE 2000 SETTING THE BACKGROUND STUDENT INFORMATION PACKET GETTING STARTED IN FRONTPAGE 2000 Click on the icon on the Desktop or go to Start > Programs > FrontPage. This will open a blank white page. Now the fun begins SETTING THE BACKGROUND

More information

FrontPage. Directions & Reference

FrontPage. Directions & Reference FrontPage Directions & Reference August 2006 Table of Contents Page No. Open, Create, Save WebPages Open Webpage... 1 Create and Save a New Page... 1-2 Change the Background Color of Your Web Page...

More information

Welcome. Microsoft PowerPoint 2010 Fundamentals Workshop. Faculty and Staff Development Program

Welcome. Microsoft PowerPoint 2010 Fundamentals Workshop. Faculty and Staff Development Program Faculty and Staff Development Program Welcome Microsoft PowerPoint 2010 Fundamentals Workshop Computing Services and Systems Development Phone: 412-624-HELP (4357) Last Updated: 04/19/13 Technology Help

More information

Word 1 Module 3. Word 1. Module 3

Word 1 Module 3. Word 1. Module 3 Word 1 Module 3 Word 1 Module 3 Revised 5/1/17 Contents Formatting a Document...2 Bold, Underline, Italicize, Change Font, Font Size...2 Class Walkthrough 3.2...2 Using the Font group of the Home command

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

More information

Section 3. Editing a Web Page

Section 3. Editing a Web Page New CLAIT FrontPage 2003 Section 3 Editing a Web Page By the end of this Section you will be able to: Work in Page View Enter Text Insert Text Edit the Page Format Text Insert an Image Preview the Page

More information

Mastering Large Documents in Microsoft Word

Mastering Large Documents in Microsoft Word Mastering Large Documents in Microsoft Word This document provides instructions for using tools that make managing large documents easier, including working with subdocuments and master documents, creating

More information

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any complex languages or codes. www.microsoft.com/frontpage

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5 PowerPoint 2004 in 10 steps! Used extensively in the business world, slide show presentations are becoming popular learning tools in the classroom. Teachers and students appreciate the easy-to-use layout

More information

Make Your Documents Accessible Worksheet (Microsoft Word 2010)

Make Your Documents Accessible Worksheet (Microsoft Word 2010) Make Your Documents Accessible Worksheet (Microsoft Word 2010) This exercise is intended for staff attending the Make your documents accessible course, although other staff will also find this resource

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Inserting Information into PowerPoint

Inserting Information into PowerPoint LESSON 6 6.1 Inserting Information into PowerPoint After completing this lesson, you will be able to: Change the layout of a slide. Insert a clip art image. Scale an image. Insert and format a table. Insert

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

HEADINGS & TOCS IN WORD 2007

HEADINGS & TOCS IN WORD 2007 HEADINGS & TOCS IN WORD 2007 MODUS OPERANDI WORD TRAINING Prepared by: Karen Dyson 07-August-2009 ABSTRACT: This training session teaches you how to control how headings look and how to use automatic features

More information

Microsoft Office Word 2010

Microsoft Office Word 2010 Microsoft Office Word 2010 Content Microsoft Office... 0 A. Word Basics... 4 1.Getting Started with Word... 4 Introduction... 4 Getting to know Word 2010... 4 The Ribbon... 4 Backstage view... 7 The Quick

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images.

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images. Creating the Newsletter Overview: You will be creating a cover page and a newsletter. The Cover page will include Your Name, Your Teacher's Name, the Title of the Newsletter, the Date, Period Number, an

More information

A Guided Tour of Doc-To-Help

A Guided Tour of Doc-To-Help A Guided Tour of Doc-To-Help ii Table of Contents Table of Contents...ii A Guided Tour of Doc-To-Help... 1 Converting Projects to Doc-To-Help 2005... 1 Using Microsoft Word... 10 Using HTML Source Documents...

More information

What s Inside. 1 Introducing Creating Visually Compelling Lectue Slides Access to Slide Creation Software Step- by- Step Examples...

What s Inside. 1 Introducing Creating Visually Compelling Lectue Slides Access to Slide Creation Software Step- by- Step Examples... Creating Visually Compelling Lecture Slides User Guide What s Inside Updated: 2013 Aug 9 by Teaching & Learning Services Contact: cetl@unb.ca 1 Introducing Creating Visually Compelling Lectue Slides...

More information

Microsoft Word Part I Reference Manual

Microsoft Word Part I Reference Manual Microsoft Word 2002 Part I Reference Manual Instructor: Angela Sanderson Computer Training Coordinator Updated by: Angela Sanderson January 11, 2003 Prepared by: Vi Johnson November 20, 2002 THE WORD SCREEN

More information

Date:.. /. / 20.. Remas Language Schools. Name :. Class : Second Term 5th Primary 1 Computer Department

Date:.. /. / 20.. Remas Language Schools. Name :. Class : Second Term 5th Primary 1 Computer Department Name :. Class : Second Term 5th Primary 1 Computer Department Table of contents of the (Second term) Chapter 3: continue the PowerPoint: Lesson 8: View show Lesson 9: Slide to slide transitions Lesson

More information

Using Styles In Microsoft Word 2002

Using Styles In Microsoft Word 2002 INFORMATION SYSTEMS SERVICES Using Styles In Microsoft Word 2002 This document contains a series of exercises in the use of styles in the Microsoft Word 2002 word processing software. AUTHOR: Information

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

Table of Contents. Page 2 of 72. High Impact 4.0 User Manual

Table of Contents. Page 2 of 72. High Impact  4.0 User Manual Table of Contents Introduction 5 Installing High Impact email 6 Installation Location 6 Select Mail Client 6 Create a ReadyShare Account 6 Create a Default Profile 6 Outlook Configuration Message 6 Complete

More information

Chapter 11: Going All Out with FrontPage

Chapter 11: Going All Out with FrontPage Chapter 11: Going All Out with FrontPage Creating a Product Page Easy Web Design project, Chapter 11 Most store sites need at least one product page. On the Notebooks Web site, the Products page is divided

More information

ORGANIZING YOUR ARTWORK WITH LAYERS

ORGANIZING YOUR ARTWORK WITH LAYERS 9 ORGANIZING YOUR ARTWORK WITH LAYERS Lesson overview In this lesson, you ll learn how to do the following: Work with the Layers panel. Create, rearrange, and lock layers and sublayers. Move objects between

More information

How to use CSS text styles

How to use CSS text styles How to use CSS text styles Web typography is an important creative tool web designers use to express style and emotion that enhances the goal and overall message of a website. Image-based text gives you

More information

Hour 3: Apply a Theme to an Entire Web: Sams Teach Yourself Microsoft FrontPage 20...

Hour 3: Apply a Theme to an Entire Web: Sams Teach Yourself Microsoft FrontPage 20... Page 1 of 9 Hour 3: Apply a Theme to an Entire Web Half the battle in any Web project is to create the information that will be displayed on the pages of your site. FrontPage 2002 makes this easier through

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

What can Word 2013 do?

What can Word 2013 do? Mary Ann Wallner What can Word 2013 do? Provide the right tool for: Every aspect of document creation Desktop publishing Web publishing 2 Windows 7: Click Start Choose Microsoft Office > Microsoft Word

More information

Reference Services Division Presents WORD Introductory Class

Reference Services Division Presents WORD Introductory Class Reference Services Division Presents WORD 2010 Introductory Class CLASS OBJECTIVES: Navigate comfortably on a Word page Learn how to use the Ribbon tabs and issue commands Format a simple document Edit,

More information

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage Microsoft FrontPage Unit 8 Microsoft FrontPage Introduction Lesson 8.1 Microsoft FrontPage-1 A number of Software Packages are available in market for creating a website. Among popular software s are Dreamweaver,

More information