HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.

Slides:



Advertisements
Similar presentations
Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HTML Tags and Their Functions
HTML Basics and CSS style. Before we start Dreamweaver (DW) may take several minutes to start. Click on Start => Program Files => Development Apps =>
Learning the Basics – Lesson 1
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML Concepts and Techniques Fourth Edition Project 2 Creating and Editing a Web Page.
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
Principles of Web Design 5 th Edition Chapter Nine Site Navigation.
Chapter 8 Creating Style Sheets.
Creating and Editing a Web Page
Adding HTML to Blackboard
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing HTML Project Two.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
HTML Comprehensive Concepts and Techniques Second Edition Creating Tables in a Web Site October 23, 2012.
Creating Web Pages with Links, Images, and Formatted Text.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Define html document byusing Example : Title of the document The content of the document......
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
Creating Tables in a Web Site
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
Tutorial #3 Cascading Style Sheets. Review: Last Class Image sizing Pathnames Project Default Path Relative Path Absolute Path Blackboard Homework Submission.
How To Use Google Docs. 1. Go to the Google Docs website a) Go to b) Sign in using your username and password.
Schoolwires 101 Frequently used “shortcut key” within the editor. ~Created by, Shannon Conley.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
9 April 2008 Creating Web Pages with Links, Images, and Formatted Text WEB 101 – HTML Prof: Mariana Mendoza-Botero Escuela de Administración de Empresas.
Unit 1 Changing the Appearance of Text. TITLE CORNELL NOTES TOPIC: NOTES: Summary: HTML Hypertext Markup Language 1 st and last tag on a page Tags Tags.
COLOR In Web Design. Designing with Color Use contrasting colors Using a small palette of colors helps unify and enhance a design Using a dominant color.
9 April 2008 Creating Web Pages with Links, Images, and Formatted Text WEB 101 – HTML Prof: Mariana Mendoza-Botero Escuela de Administración de Empresas.
Creating Web Pages with Links, Images, and Formatted Text
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Tutorial #3 Cascading Style Sheets. Tutorial #2 Review - Anchors Links to Site DMACC Internal Links Go to Top Mail To me Local.
Just Enough HTML How to Create Basic HTML Documents.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 Creating Links within a Web Page  These links are especially useful on long Web pages  Links at the top of the page point to areas further down the.
 Use the think diagram … ISP Server.
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
HTML for ISD Brown Bag Presentation Session 2 What we will cover:  Basics of HTML  How to make your first page  Links  Text formatting.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 2 1.Create a new document 2.Save as L/bsba/IS330/yourfolder,
HTML. Adding Background Color The bgcolor attribute lets you change the background color of the Web page. Located in the body tag See common Web Page.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 Start TextEdit. 2 Creating a Home Page  A home page is the main page of a Web site –Visitors usually view the home page first –Identify the purpose.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Improving Your County CMS Topics & Events Pages Jeanne Wiebke Extension Information Technology November 30, 2006.
Using Text Edit. Create Folders to Organize a Site  Identify the location where you are storing your Web sites. Ask your teacher for help if needed.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Web Page Design Mr. Gironda
Lesson 16 Enhancing Documents
HTML GUIDE Press F5 and then
Learning the Basics – Lesson 1
Dreamweaver – Project #1
HTML Basics and CSS style
Web Page Design Mr. Wilson
Creating a Web Site with Links
Creating Web Pages with Links, Images, and Formatted Text
Cheat Sheet CSCI 100 JW Ryder
Cheat Sheet CSCI 100 JW Ryder
Presentation transcript:

HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text

Project 3: Creating Web Pages with Links, Images, and Formatted Text 2 Project Objectives Create a home page and enhance a Web page using images Use absolute and relative paths Align and add bold, italics, and color to text Change the bullet type used in an unordered list Add a background image Add a text link to a Web page in the same Web site Add an link Add an image with wrapped text Add links to targets within a Web page

Project 3: Creating Web Pages with Links, Images, and Formatted Text 3 Entering HTML Tags to Define the Web Page Structure <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Plant World Homepage

Project 3: Creating Web Pages with Links, Images, and Formatted Text 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Plant World Homepage Adding an Image

Project 3: Creating Web Pages with Links, Images, and Formatted Text 5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Plant World Homepage Welcome to Plant World! Adding a Left-Aligned Heading with a Font Color

Project 3: Creating Web Pages with Links, Images, and Formatted Text 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Entering a Paragraph of Text

Project 3: Creating Web Pages with Links, Images, and Formatted Text 7 Creating Unordered (Bulleted) Lists ….. For the finest in indoor and outdoor plants,… Our company Founded in 1989 by Margaret Anne Coles Headquartered in Surprise, Arizona 25 store locations throughout the Southwest Our Services Residential and commercial landscaping Plant and lawn maintenance online information for all varieties of plants

Project 3: Creating Web Pages with Links, Images, and Formatted Text 8 Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Our company … Adding a Background Image

Project 3: Creating Web Pages with Links, Images, and Formatted Text 9 Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Our company … Adding a Background Image

Project 3: Creating Web Pages with Links, Images, and Formatted Text 10 Adding a Text Link to Another Web Page within the Same Web Site Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Our company … To learn more about the Plant World products and services.. this month's featured desert plants, …

Project 3: Creating Web Pages with Links, Images, and Formatted Text 11 Adding a Text Link to Another Web Page within the Same Web Site Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Our company … To learn more about the Plant World products and services.. this month's featured desert plants, …

Project 3: Creating Web Pages with Links, Images, and Formatted Text 12 Adding an Link Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Our company … To learn more about the Plant World products and services.. this month's featured desert plants, … Have a question or comment? Call us at (206) 555-PLANT or us at

Project 3: Creating Web Pages with Links, Images, and Formatted Text 13 Adding an Link Plant World Homepage Welcome to Plant World! For the finest in indoor and outdoor plants,… Our company … To learn more about the Plant World products and services.. this month's featured desert plants, … Have a question or comment? Call us at (206) 555-PLANT or us at

Project 3: Creating Web Pages with Links, Images, and Formatted Text 14 Formatting Text in Bold For the finest in indoor and outdoor plants,…

Project 3: Creating Web Pages with Links, Images, and Formatted Text 15 Formatting Text in Bold For the finest in indoor and outdoor plants,…

Project 3: Creating Web Pages with Links, Images, and Formatted Text 16 Formatting Text in Italics For the finest in indoor and outdoor plants,…

Project 3: Creating Web Pages with Links, Images, and Formatted Text 17 Formatting Text in Italics For the finest in indoor and outdoor plants,…

Project 3: Creating Web Pages with Links, Images, and Formatted Text 18 Formatting Text with a Font Color Founded in 1989 by Margaret Anne Coles

Project 3: Creating Web Pages with Links, Images, and Formatted Text 19 Formatting Text with a Font Color Founded in 1989 by Margaret Anne Coles

Project 3: Creating Web Pages with Links, Images, and Formatted Text 20 Agave Americana Adding an Image with Wrapped Text

Project 3: Creating Web Pages with Links, Images, and Formatted Text 21 Clearing the Text Wrapping Agave Americana

Project 3: Creating Web Pages with Links, Images, and Formatted Text 22 Clearing the Text Wrapping Agave Americana

Project 3: Creating Web Pages with Links, Images, and Formatted Text 23 Adding a Text Link to a Web Page in Another Web Site To find out more information about desert plants, visit the Arizona- Sonora Desert Museum.

Project 3: Creating Web Pages with Links, Images, and Formatted Text 24 Setting Link Targets Agave Americana (already created)

Project 3: Creating Web Pages with Links, Images, and Formatted Text 25 Adding Links to Link Targets within a Web Page Go to top (or anyplace which is far from the target) and type Agave Americana and then press the ENTER key

HTML Concepts and Techniques Fourth Edition Project 3 Complete Creating Web Pages with Links, Images, and Formatted Text