Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.

Slides:



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

1 After completing this lesson, you will be able to: Search for information on the Web. Create a favorites list. Use and modify your History folder.
HTML Lesson 4 Hyper Text Markup Language. Assignment Part 3  Save your last html file as “FirstName3.htm”  Set the title as “FirstName LastName Third.
Developing a Web Site: Links Using a link is a quicker way to access information at the bottom of a Web page than scrolling down A user can select a link.
Linking Your Web Pages Together. Links… index.htmunit4.htm Evaluation of web graphics GIF vs. JPEG Web photo album To link the lines in index.htm to the.
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
CIS101 Introduction to Computing HTML Project Two.
1 Linking Web Pages Why is Hypertext Hyper? Storyboarding Page Links (Site Map) Path to Files Various Links Click Here :( Page Footers.
13 February Building a Web Page. Links Links: One always links to an anchor point Every page has an implicit anchor point at the start In addition, can.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
1 Linking Web Pages Why is Hypertext Hyper? Storyboarding Page Links (Site Map) Sequential and Indexed-Sequential Designs Hierarchical Design Custom Design.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
HTML Lesson 5 TBE 540. Prerequisites The user must be able to… –Create basic web pages with a text editor and/or a web page editor.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Computer Science : Information Systems Design and Development Unit Web Sites - National 4 / 5 St Andrew’s High School-Revised January 2013 Slide 1 St Andrew’s.
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.
Review: How do you change the border color of an image?
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.
Creating your COLOR THEORY in Art PowerPoint Presentation This presentation was put together for you by Mr. Montgomery, art instructor George Washington.
How the Internet Works. What is the Internet? Thousands of networks connected Purpose of exchanging information World wide No one owns the Internet It.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
Adding Hyperlinks To a Web Page. Hyperlink and Its Add-Ons Main way to connect web pages and move throughout a web site. Uses the Anchor Tag which is.
Lecture # 3 HTML and Arrays. Today Questions: From notes/reading/life? From Lab # 2 – Preview of Lab # 2 1.Introduce: How do you make a Web Page?: HTML.
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
Images Inserting an image on a web page. chcslonline.org2 ITEMS REQUIRED Go to the course download page on the course website and download the 3 images.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
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.
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
Unit 3 Day 6 FOCS – Web Design. Journal Unit #3 Entry #4 Write the source code that would make the following display on a rendered page: Shopping List.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Making Websites with Dreamweaver BTT. What is Dreamweaver?  “What You See Is What You Get” (WYSIWYG) web design software  Rather than writing code and.
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.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
Links take you to…  Different slides in your presentation  A different PowerPoint presentation  Any program - (Word can be used for example to complete.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
1 2/22/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Images and placing pages on the server.
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
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.
Hyperlink ● Anchor tag and its attributes ● Four Types of URL ─ ─ Absolute addressing ─ Relative addressing ─ Intrapage ● Attributes -- link, vlink,
Dreamweaver Tips & Basics Presented by Laban Toose ICT Specialist Sunbury Heights Primary School.
Understanding Web Browsers Presented By: Philip Slama Nancy Solomon CGS 1060.
Creating Website Using FrontPage 2003 By Heidi Lee.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
Resources in Moodle Dubravka Crnić. Moodle supports a range of resource types which teachers can add to their courses. In edit mode, a teacher can add.
Web Page Design XHTML Lesson 4. Adding Structure 4 A div tag –Used to divide up a web page and to add structural meaning to the page. –Will not change.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
Connecting From Home Editing at Home(You don’t have to.)
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Internal and External Links
Internal and External Links
Hosted by Coach Slanina
CNIT 131 HTML5 – Anchor/Link.
Creating a Web Page Using HTML
Lesson Objectives Lesson Outcomes
HTML Links.
Enhancing Your Web Site—Adding Links Web Page
Lesson 7 Graphics.
Hyperlinks, Images, Comments, and More…
Presentation transcript:

Lesson 6 Links

Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored together in a folder  For example, if you want create a web site with multiple pages, all the pages need to be stored in the same folder  If you want to include an image, you will want to store your image in the same folder as the web page on which it appears  For the Gettysburg Address page, create a folder called presidents in your folder and move your Gettysburg page there.

Anchor Tag and Links  The anchor tag or... is used to link to other web pages  Anything can become a link: a button, a word, a phrase or a picture  Let’s say you want to be able to find more information on George Washington, you can make his name a link.  One site with a bibliography is shington  You must use the entire web site address in your anchor tag.

Anchor Tag to a website  You will need the name of the file or the URL you want to link to AND  The link hotspot – the highlighted text or graphic that will be clicked on to get to where you want to go  Inside the tag, you need the attribute (href), meaning hypertext reference  It works like this:  hotspot text  The George Washington tag would look like this George Washington ( )

This goes before the words George Washington on your page. Now place the ending anchor tag after the words George Washington on your web page and before the dates of his presidency ( ). This will make the words George Washington your hyperlink to the George Washington page on the web.

Try it  Save your page and open it in Internet Explorer.  Click on your George Washington link and see if it takes you to the page containing George Washington’s biography.

Linking to Other Pages of a Website  To build a web site, you can also link to other pages that you have created using the anchor tag.  If all pages are in the same folder, you can use just the file name in the tag instead of the entire path.

Let’s try this:  Your Graphic and Multimedia format page will be your index page or main home page.  Create a folder called Graphic Formats  Move your index.html page to that folder.  Now, create a new page called gif.html

To create the gif page Turn to page WS45 in your textbook, and type the code in #2 on to the gif page. Save the page to your Graphics Format folder as gif.html Now, pull up your index.html page and add the anchor tag around Graphics Interchange Format Graphics Interchange Format Test your links, both to the home page or menu and to the gif page

Graphic and Multimedia Folders Graphics Interchange Format.gif GIF files are popular for use on the World Wide Web. They can contain up to 256 colors. They are used for cartoons, logos, graphics with transparent areas, and animations. Menu

Let’s finish this website  Do the Step-by-Step exercises from your book on pp. WS49-WS54 to create your web pages to be linked to your index.html file.  Put anchor tags in your index.html file that will link your pages to the description of formats.

Adding a button   This is what it would look like:  Add color to your button: 