340 likes | 456 Views
OVERVIEW. Chapter Lessons. Create head content and set page properties Create, import, and format text Add links to Web pages Use the History panel and edit code Modify and test Web pages. INTRODUCTION. Developing a Web page. Understanding Page Layout Use White Space Effectively
E N D
OVERVIEW Chapter Lessons • Create head content and set page properties • Create, import, and format text • Add links to Web pages • Use the History panel and edit code • Modify and test Web pages Developing a Web Page
INTRODUCTION Developing a Web page • Understanding Page Layout • Use White Space Effectively • Limit Multimedia Elements • Keep it Simple • Use an Intuitive Navigation Structure • Apply a Consistent Theme Developing a Web Page
LESSON 1 Creating Head Content • A web page is composed of two sections: • Head - includes the page title and meta tags which are not visible to the web browser. • Body Developing a Web Page
LESSON 1 Creating Head Content • Title - browser title bar • Keywords - search • Description - search results Developing a Web Page
LESSON 1 Head Content Title text box on Document Toolbar Head Content section Meta icon Title icon Developing a Web Page
LESSON 1 Create Head Content…<html><head> <title>TripSmart</title> <meta name=“keywords” content=“…”> <meta name=“description” content=“…”></head><body….>…..</body></html> Developing a Web Page
LESSON 1 Web Page Properties • Background color • Font color • Link colors (unvisited, visited, active) Developing a Web Page
LESSON 1 Web-Safe Colors • 216 colors • RGB • Hexidecimalvalues Developing a Web Page
LESSON 1 Background color Background Color box Strikethrough button Hexadecimal Number for white White Developing a Web Page
LESSON 2 Create, Import and Format Text Adding text to a Dreamweaver page… • Type in Dreamweaver • Copy/Paste [Ctrl+C] and [Ctrl+V] (Windows)[Cmd+C] and [Cmd+V] (Macintosh) • Import Word Document Developing a Web Page
LESSON 2 Web fonts • Browsers use visitor’s fonts • Font combinations • Serif and Sans Serift T • Graphic text for funky fonts Developing a Web Page
LESSON 2 Text Property Inspector Selected address text Font List Size list arrow Style buttons Developing a Web Page
LESSON 2 Font Size • “3” - Default browser size • “1” through “7”, or • “-7” through “+7” Developing a Web Page
LESSON 2 Web filenames Do not use: Spaces Special characters Punctuation Capital letters Developing a Web Page
LESSON 2 Importing Microsoft Office Documents Select version of Word • File Menu and select Import • Select file to be imported into Dreamweaver • Command Menu and select Clean Up Word HTML Developing a Web Page
LESSON 3 Add Links to Web Pages Links Developing a Web Page
LESSON 3 Link properties • Link names - informative • Mail to links • Hyper text - topic • Graphic • Formatting properties - consistent • Address or path - relative vs absolute Developing a Web Page
LESSON 3 Broken Links • Typos • Pages move • Sites move • Sites expire Developing a Web Page
LESSON 3 Add a Link Selected text Link text box Browse for File Icon Developing a Web Page
LESSON 3 E-Mail Link(mailto:) Text for e-mail Link Link Information Developing a Web Page
LESSON 3 Site Map with links Expand/Collapse button For pages Linked to Home page E-mail link Developing a Web Page
LESSON 4 History Panel…functions • Undo • Redo • Replay Slider Red X indicates Action cannot Be undone Developing a Web Page
LESSON 3 History Panel…properties • 50 steps • Preferences adds more • Be careful - increasing steps uses memory Developing a Web Page
LESSON 3 Code Inspector • Code View in a floating window Options Line number Of the HTML Code Developing a Web Page
LESSON 4 Reference Panel • Open from Code Inspector or Reference Panel HTML Tag Tag Description Developing a Web Page
LESSON 4 Date Object Will change the data each time you save the document Developing a Web Page
LESSON 4 Comment and Date HTML Comment Tag Developing a Web Page
LESSON 5 Modify and Test Pages…in Preview • Proofreading • Window size • Links Developing a Web Page
LESSON 5 Test window sizeswithin Dreamweaver Default Screen sizes Developing a Web Page
LESSON 5 Dreamweaver Default Screen Sizes Developing a Web Page
LESSON 5 Test Pages…in field • Monitors size and resolution • Platforms unix, mac, pc • Browsers explorer, netscape, aol Developing a Web Page
LESSON 5 Under Construction • Don’t do it! • Only causes frustration to the end user Developing a Web Page
SUMMARY Chapter B Tasks • Create head content • Set page properties • Import and Format text • Add links • Use History Panel • Use Code Inspector • Test Web pages Developing a Web Page