[PDF] INTRODUCTION TO THE INTERNET AND WEB PAGE DESIGN





Previous PDF Next PDF



web page designing using html

The browser reloads the page showing you the latest version. Adding the Header Section. Open the file home.htm in Notepad. Insert the tag pair <head></ 



How to Make a Simple Web Page using HTML

Notepad is where we will enter our code in HTML to build our first web page. Then we can view information using our Internet Explorer application or other web 



HTML Tutorial.pdf - Tutorialspoint

HTML stands for Hyper Text Markup Language which is the most widely used language on. Web to develop web pages. HTML was created by Berners-Lee in late 1991 



duckett.pdf - Html & Css

John Wiley & Sons Inc. is not associated with any product or vendor mentioned in this book. HTML & CSS. DeSign anD buiLD WebSiTeS. Page 5 using CSS rather.



Chapter 3. HTML: BASICS - Table of Contents

Creating HTML Text using Notepad++ If you are able to see the new piece of text you have successfully used Notepad to create your first Web.



web design lab manual - INTRODUCTION TO HTML

Create web Pages using Anchor tag with its attributes for external links. Procedure: 1. Go to start->all programs->accessories->notepad. 2. Create file called 



web page designing using html

We will use Windows Notepad as the text editor. Type in the basic tags. Save the file in a convenient location with a suitable name say home. © NCERT.



HTML Cheat Sheet

Creates a submit button using an image. <input type="reset">. Creates a reset button. Tables (use only for data layout - use CSS for page 



INTRODUCTION TO WEB USING HTML What is HTML? A Simple

We believe using a simple text editor is a good way to learn HTML. Follow the four steps below to create your first web page with Notepad or TextEdit. Step 1: 



Create Your Own Homepage! Part I: Using Notepad++ to create your

Save an image to the same directory as your html file (perhaps an image of yourself for the top of your webpage). Using the img tag include the image on.



Creating a Web Page Using HTML XHTML

http://www3.govst.edu/hpttech/http/ashley/module%206/do%20not%20touch/html/html.pdf



How to Make a Simple Web Page using HTML

All we need is to have Microsoft. Notepad or any other text editor that comes standard on our computer. Notepad is where we will enter our code in HTML to build 



HTML Tutorial.pdf - Tutorialspoint

This tutorial is designed for the aspiring Web Designers and Developers with Experience with any text editor like notepad notepad++



HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website

Notepad++ is a lightweight but powerful text editing tool (see Figure 1). It is built primarily for programming



Creating A Webpage Using HTML & CSS

(CSS) using the dynamics provided by Adobe Dreamweaver. • Learning how to incorporate headings footers



HTML Cheat Sheet

Creates an HTML document. <head> </head> Sets color of visited links using name or hex value ... Creates address section



Sams Teach Yourself HTML CSS

https://www.doc-developpement-durable.org/file/Projets-informatiques/cours-&-manuels-informatiques/htm-html-xml-ccs/Sams%20Teach%20Yourself%20HTML



Chapter 3. HTML: BASICS - Table of Contents

Linking to Email Addresses & other Non-Web Links . Create HTML files using Notepad and run them on a Tomcat server;. • Use HTML tags to write HTML files ...



INTRODUCTION TO THE INTERNET AND WEB PAGE DESIGN

Apr 16 2009 7.7 Adding HTML Code to Notepad . ... or more remote locations by using simple binary ... PDF form and browsers will open it. The only.



24 WEB DESIGNING USING HTML

It is the basic language used to create web pages. An HTML document is a text file and it can be created in any text editor (like Notepad2 Notepad etc.). This 

INTRODUCTION TO THE INTERNET

AND WEB PAGE DESIGN

A Project

Presented to

the Faculty of the Communication Department at Southern Utah University of the Requirements for the Degree

Master of Arts in Professional Communication

By

Lance Douglas Jackson

Dr. Jon Smith, Project Supervisor

April 2009

APPROVAL PAGE

The undersigned, appointed by the dean of the College of Humanities and Social Science at Southern Utah University, have examined the project en- titled:

INTRODUCTION TO THE INTERNET

AND WEB PAGE DESIGN

Submitted by Lance Douglas Jackson,

A candidate for the degree of Master of Art in Professional Communication, and hereby certify that, in their opinion, it is worthy of acceptance.

Professor Jon Smith

Professor Arthur Challis

________________________________________

Professor Lionel Grady

________________________________________

Mr. Mark Walton

________________________________________

Professor Suzanne Larson

Graduate Director

DIGITIZATION PERMISSION FORM

I, Lance D. Jackson, give permission to the Southern Utah University Lib rary to digitize and archive my capstone project entitled Introduction to the Internet an d Web Page De- sign, submitted for the Master of Arts degree in Professional Communication. ______________________________ __________________ _____

Lance D. Jackson Date

ACKNOWLEDGEMENTS

I wish to acknowledge the following individuals for their help, Support and encouragement in the completion of this project and the requirements of the Master's

Degree:

Dr. Jon Smith, chair of my committee for his guidance support and encourag e- ment and for inspiring me to think out of the box. Because of his guidan ce, I have begun to aspire to greater heights than I had previously though possible. Committee members Dr. Arthur Challis and Lionel Grady for their friendship and support. Dr. Suzanne Larson, Graduate Director , for always believing in me and being sup- portive and for her guidance and advice. I acknowledge the help and support of the graduate faculty of the SUU Co mmu- nication Department. Dr. L. Paul Husselbee has been an great inspiration to strive for the best technically correct workmanship. His courses have be en demanding, yet fair and have helped me to see the importance of being thorough in r esearch design and execution. I especially acknowledge and thank Mr. Mark Walton, Director of Web Services at Southern Utah University and member of my committee and my wife, Deborah K. Jackson. Mr. Walton has provided much in the way of content editing and suggestions. His expertise and suggestions have not only been appreciated but have also improved the quality and usefulness of the project. Debbie has been supportive from the begin- ning, without her support, this project would not have been possible. ii

TABLE OF CONTENTS

TITLE PAGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i ACKNOWLEDGEMENTS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii LIST OF FIGURES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv LIST OF TABLES. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix EXPLANATION OF TERMINOLOGY/ABBREVIATIONS . . . . . . . . . . . . . . . . . . . . x ABSTRACT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xi COPYRIGHT STATEMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xii

Chapter

1. THE INTERNET AND THE WORLD-WIDE WEB . . . . . . . . . . . . . . . . . . . . 1

2. PLANNING FOR WEB DESIGN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . 15

3. TECHNICAL CONSIDERATIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

35

4. IMAGE EDITING AND PREPARATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51

5. BACKGROUNDS, TEXTURES AND ICONS . . . . . . . . . . . . . . . . . . . . . . . . 71

6. ANIMATION WITH PHOTOSHOP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87

7. HTML, XHTML AND STYLE SHEETS . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. 105

8. WEB DESIGN WITH PHOTOSHOP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137

9. ADOBE DREAMWEAVER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . 157 REFERENCES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14,

33, 49, 69, 85, 104, 135,155, 174

VITA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 APPENDIX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 iii ivLIST OF FIGURES

Chapter 1

1.1 Simple Network . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 2

1.2 Peer-to-Peer Network . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 3

1.3 Client Server Network . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 4

1.4 Internet Access to a Network . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . 5

1.5 Monitor Pixels . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . 11

Chapter 2

2.1 Kress & Van Leeuewen Model . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . 20

2.2 Open/Cluttered designs . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 21

2.3 Icon/Index/Symbol . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 22

2.4 Layout Models . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 25

2.5 Rough Drawing . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 27

2.6 Flow Chart . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . 28

Chapter 3

3.1 W eb Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 36

3.2 W eb Server ISP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . 36

3.3 SUU Computer Network . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 37

3.4 F: Drive Content . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 38

3.5 My Computer Icon . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 39

3.6 Content of My Computer . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 39

3.7 Content of F: Drive . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 39

3.8 Creating a New Folder . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 39

3.9 Renaming a Folder . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 40

3.10 public_html Folder . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 40

3.11 Example of Files Names . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 41

3.12 HTML Sample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 41

3.13 W eb Folder Example . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 42

Chapter 4

4.1 Minimal JPEG Compression . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 53

4.2 Medium JPEG Compression . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 53

4.3 Large JPEG Compression . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . 53

4.4 GIF Image Example . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 54

4.5 Animated GIF Example . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 54

4.6 Solid Background GIF Images . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 54

4.7 After Touch-up Photo . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . 58

4.8 Before Touch-up Photo . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . 58

4.9 JPEG Options Menu . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 59

4.10 Image Size Menu . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 59

List of Figures Continued

4.11 Crop Tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 60

4.12 Crop on Photo . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 60

4.13 Cropped Image . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 61

4.14 Color Picker Menu . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 61

4.15 Setting Point of Origin for Clone Stamp . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . 62

4.16 Using the Clone Stamp Tool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . 62

4.17 Histogram Pallet . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 63

4.18 Levels Menu . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 63

4.19 Unsharp Mask Filter . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 64

4.20 Save for Web and Devices Menu . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . 64

4.21 Optimizing for Web Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . 66

4.22 Optimizing for Web Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . 66

4.23 Save Optimized As menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . 67

Chapter 5

5.1 High Resolution Monitor . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 73

5.2 Low Resolution Monitor . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 73

5.3 Color Picker . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . 73

5.4 T exturizer Filter . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 74

5.5 Add Noise Filter . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 75

5.6 Creating a New Layer . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 75

5.7 Motion Blur Filter . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 76

5.8 Hue/Saturation menu . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 76

5.9 Completed Texture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . 77

5.10 Crop Tool Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . 77

5.11 Cropping Navigation Bar to Shape . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . 77

5.12 Navigation Bar Layer . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 78

5.13 Layer Style Menu . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 78

5.14 Adding Text to a Button . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . 79

5.15 Finished Navigation Bar . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 79

5.16 Renaming Layers . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 80

5.17 Circular Selection . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 80

5.18 Round Button . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 81

5.19 Adding Button Layers . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 81

5.20 Finished “Up" Button . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 81

5.21 Optimizing the Buttons . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 82

5.22 Saving the Finished Buttons . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 82

Chapter 6

6.1 Animation Frames. . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 88

6.2 Animated “WOW" Example . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 89

6.3 Convert to Frames Mode . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 89 v

List of Figures Continued

6.4 Playing an Animation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . 89

6.5 Entering a Word to Animate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . 90

6.6 Changing the Display Time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . 90

6.7 Looping Options. . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 90

6.8 Duplicating a Frame . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 91

6.9 “Tweening" to Add Frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . 91

6.10 The Tween Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . 92

6.11 Completed Animation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . 92

6.12 Saving the Animation for Web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . 93

6.13 Save Optimized Menu . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 93

6.14 Flower Photo . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 94

6.15 Layer Opacity . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . 94

6.16 Frame Example . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 95

6.17 T ween Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 95

6.18 T imeline Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 96

6.19 Converts to Timeline Button . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . 96

6.20 Image for Timeline Animation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . 97

6.21 T imeline Parts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 97

6.22 T imeline Close-up. . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 97

6.23 T imeline Twirl-down . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . 98

6.24 T imeline Expanded Menu. . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . 98

6.25 Key Frame Marker . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 98

6.26 New Key Frame . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 99

6.27 Image of Text for Positioning . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . 99

6.28 Image with Additional Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . 100

6.29 Tmeline Layers. . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 100

Chapter 7

7.1 Notepad Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 107

7.2 Notepad Open Menu . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 107

7.3 Notepad Editing Window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . 108

7.4 W eb Page Example . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 108

7.5 W eb Page Rough Drawing . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . 111

7.6 Beginning HTML Code Entry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . 111

7.7 Adding HTML Code to Notepad . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . 113

7.8 Browser Showing Page Title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . 114

7.9 Browser Showing Banner Photo. . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 115

7.10 Additional Code Added to Notepad . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . 116

7.11 Browser Showing Sidebar Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . 116

7.12 Browser Showing Added Photo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . 117

7.13 Notepad With More Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . 118 vi

List of Figures Continued

7.14 Browser With Added Link Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . 118

7.15 Browser With Added Background Color . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . 120

7.16 Browser With Text Relocated. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . 121

7.17 Browser Showing Everything In Correct Position. . . . . . . . . . .

. . . . . . . . . . . 122

7.18 Complete HTML Code. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . 123

7.19 Style Sheet . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . 125

Chapter 8

8.1 W ater Tank Photo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 138

8.2 Autumn Photo . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 139

8.3 Autumn Close-up . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . 139

8.4 Autumn Photo Close-up 2 . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 140

8.5 Save Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . 141

8.6 Images Folder . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . 141

8.7 Save As Menu. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . 141

8.8 HTML Table Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . 141

8.9 Photoshop Window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . 143

8.10 Layer Pallet. . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . 143

8.11 Menu Slices Close-up . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 144

8.12 Navigation Text Slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . 144

8.13 Slice Options Menu . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 144

8.14 T ext Layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . 146

8.15 Save As Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . 146

8.16 F: Drive Directory . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 146

8.17 Browser Window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . 147

8.18 Photoshop Text Layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . 147

8.19 Photoshop Slices . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . 147

8.20 Adobe Bridge Icon . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . 150quotesdbs_dbs19.pdfusesText_25
[PDF] how to create array instance in java

[PDF] how to debug a thread in java

[PDF] how to design a website

[PDF] how to design an airport

[PDF] how to display labels in google earth

[PDF] how to do egg drop

[PDF] how to do foreign letters on keyboard mac

[PDF] how to do the angle symbol on mac

[PDF] how to download dsc form emudhra

[PDF] how to edit word document

[PDF] how to encrypt email in outlook

[PDF] how to enter uncontrolled airport

[PDF] how to fill emudhra application form

[PDF] how to fill out a fashion nova return form

[PDF] how to find alpha symbol in word mac