Images, Hyperlinks, and Sound Module 2: XHTML Basics LESSON 3.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

Intro to HTML Basics HTML = Hypertext Mark-up Language HTML = Hypertext Mark-up Language HTML is a plain-text file that can be created using a text editor.
Chapter 3 – Web Design Tables & Page Layout
Iframes & Images Using HTML.
HTML – A Brief introduction Title of page This is my first homepage. This text is bold  The first tag in your HTML document is. This tag tells your browser.
Creating and Editing a Web Page Using Inline Styles
Microsoft Expression Web-Illustrated Unit C: Adding Text and Links.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. How to Create Web Pages Using HTML Introduction.
HTML Computing Concepts HTML - An Introduction 1.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
Chapter 14 Introduction to HTML
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
IT Introduction to Website Development Welcome!
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
XHTML Images. Images are important Purpose: to enhance your web site. Add only when they complement or add additional impact to your message.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
Understanding HTML Code
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
More Basic XHTML Module 2: XHTML Basics LESSON 2.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Tutorial 4: Working with Hyperlinks. Objectives Session 4.1 – Place bookmarks on a Web page – Create a link to a bookmark – Create a link to another Web.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Logos Module 4: Working with Images LESSON 2. Module 4: Working with Images LESSON 2 In this lesson, we will:  Investigate different logo types and their.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
How To Add Flair To Your Site Maureen Enright, Elyse Kuriata, Nathan Boes, Hodge.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
HTML: Hyptertext Markup Language Doman’s Sections.
Adding Images. XHTML Element ElementAttributeAttribute Value Closing tag AttributeAttribute Value The src attribute supplies the name and location of.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Web Design (8) Images (2). My Holiday Photos An exercise in adding and linking images. Create a new website folder calling it ‘My Holiday Photos’. In.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Links HTML uses a hyperlink to another document on the Web.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
IN THIS LESSON, WE WILL BECOME FAMILIAR WITH HTML AND BEGIN CREATING A WEB PAGE IN YOUR COMPUTER HTML – the foundation.
Links and Images. Links HTML uses a hyperlink to link to another document on the Web A hyperlink can be either text or a picture Links are created with.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
XP Creating Web Pages with Microsoft Office
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Images, Hyperlinks, and Sound
LESSON 2 Module 2: XHTML Basics More Basic XHTML.
Intro to Dreamweaver Web Design Section 8-1
Working with Multimedia
Dreamweaver Basics.
Images, Hyperlinks, and Sound
LESSON 2 Module 2: XHTML Basics More Basic XHTML.
Lesson 7 Graphics.
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Hyper text markup Language
Presentation transcript:

Images, Hyperlinks, and Sound Module 2: XHTML Basics LESSON 3

Module 2: XHTML Basics LESSON 3 Lesson Overview In this lesson, you will learn to:  Manipulate XHTML code using Notepad.  View Web pages created using XHTML code using a browser.  Insert images using XHTML code into a Web page.  Create hyperlinks using XHTML code.  Add sound to your Web page.

Module 2: XHTML Basics LESSON 3 Guiding Questions for Lesson 3  Besides text, what other elements are common to Web pages?  What is the difference between a Web page and a Web site?

Module 2: XHTML Basics LESSON 3 Adding Excitement to Your Web page  Look at your “Tags and Attributes” Web page in a browser.  What do you see on your Web page?  What could you add to your Web page to make it more exciting?

Module 2: XHTML Basics LESSON 3 Images  Visual representations include:  Graphics  Photographs  Graphs  Drawings  What images do you have on your computer right now that could be used in your Web site?

Module 2: XHTML Basics LESSON 3 The IMAGE Element  To place an image into a Web page the tag is used  Here is an example:   The tag tells the Web page to display the image named picture.jpg.

Module 2: XHTML Basics LESSON 3 Finding an Image Path 1. Open the folder containing the image file. 2. Right-click on the image. 3. Choose “Properties” from the menu.

Module 2: XHTML Basics LESSON 3 Finding an Image Path 1. In the “Properties” dialog box, look for “Location.” 2. Copy and paste this location inside the quotation marks. 3. Add a backward slash (\) and the image file name to the location path.

Module 2: XHTML Basics LESSON 3 Example of an Image tag   The image is located on the computer at C:\Documents and Settings\Owner.FAMILYROOM\My Documents\My Pictures\picture.jpg  Attributes have been added  Size of the image defined by height and width  Alt tag – used by browsers that “speak” the words on the Web page

Module 2: XHTML Basics LESSON 3 Using Hyperlinks  Connect a Web page to other Web sites and Web pages on the Internet  Use ANCHOR elements  Example of an anchor tag:  Microsoft “  The word Microsoft is displayed in the Web page and hyperlinked to the Microsoft Web site  The attribute “target” has been added  The “target=“ _blank” ” attribute tells the browser to open the Microsoft Web page in a new window

Module 2: XHTML Basics LESSON 3 Adding Visual Cues to Hyperlinks  Help a viewer to keep track of which hyperlinks have already been visited  Use an attribute within the body tag  Three examples:  sets the color of unvisited links to blue  sets the color of visited links to green  sets the color of active links to red These can be combined into one statement within the body tag: 

Module 2: XHTML Basics LESSON 3 Adding Sound Files  Can add valuable content or extra interest to the Web page  Similar to adding an image  May not play in all browsers  Overuse can be annoying  Should be appropriate for the site  Allow the viewer to control it

Module 2: XHTML Basics LESSON 3 Adding Sound Files  Uses an embed tag  Here is an example:   Plays the sound file “Heirloom” located on the computer  The viewer sees an audio player 300 pixels wide and 30 pixels high  When the “loop” attribute is set to “false” the file plays one time  When “autostart” is set to “false” the viewer must start the player to hear the file

Module 2: XHTML Basics LESSON 3 Lesson Review  Explain how to write the XHTML code for each of the following situations:  Adding an image to a Web page  Inserting a hyperlink to a Web page  Adding a sound to a Web page

Module 2: XHTML Basics LESSON 3 Practice: Make the following changes to your “Tags and Attributes” Web page:  Add an image of your choice  Create a hyperlink to your school Web site  Add a sound file