Week 6 - Presentation 2 Veronica Noone

Slides:



Advertisements
Similar presentations
Tutorial 1: Developing a Basic Web site
Advertisements

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.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
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.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Click to edit Master title style How to Create a Discussion Silver & VIP members
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Saving a Word Document as a Web Page
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.
IV. “Regular” Web Pages: HTML A Web Accessibility Primer: Usability for Everyone Office of Web Communications.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
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.
HTML Links and Anchors.
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.
Review: How do you change the border color of an image?
HTML Essentials HyperText. Why HyperText ? Hypertext is text or pictures which reference other pages which the reader can immediately access Hypertext.
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.
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.
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.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 4: Creating Hyperlinks Kelly L.
Website Development with Dreamweaver
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques.
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
Making a Game Linking Slides. To link slides: 1.Prepare your storyboard 2.Complete all slides 3.Link the slides.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
Creating Links. The Anchor Element: The anchor tag can be used in three different ways: 1.External link – to link to a web page outside your own website.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
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.
Chapter 6 Links. 3 Parts of Links 1. Destination: defines what happens when a user clicks the link. 2. Label: this is the text (or possibly an image)
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.
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,
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 2 Creating Links.
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links.
Hypertext Links - Part 2.
Internal and External Links
Hyperlink Anchor tag and its attributes Four Types of URL
Hosted by Coach Slanina
Creating Links.
Web software.
Links. Links Links Need to define two things: The destination Something to click on to get there Tag is click here Can be text, special.
Hyperlink Anchor tag and its attributes Four Types of Hyperlink
A guide to HTML.
Welcome to the [Course Name] course.
Links.
A Power Point Presentation
Hyperlink Anchor tag and its attributes Four Types of URL
Creating Links.
Intro to Web Development Links
Links.
HTML Links.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Creating Links.
One Set of Styles Connected to As Many Pages as You Want!!!
Hyperlinks Anchor Tags.
Presentation transcript:

Week 6 - Presentation 2 Veronica Noone HyperText Week 6 - Presentation 2 Veronica Noone

Objectives Hypertext? The Anchor Tag href attribute Responsible Links Tab Index Styling Links

Hypertext? Text that is not constrained to be linear. Accomplished on the web via hyperlinks (links). What tag do we use to create links?

The Anchor Tag Came from named anchors (links to the same page) href attribute “Hypertext reference” Can take… <a href=“anotherpage.html”>A simple Link</a>

href attribute http://domainname.com/folder/file.html myfolder/anotherfile.html ../../upperFile.html samefolderfile.html filewithanchor.html#sect1 #justanchor

Try It! Take a copy of your template file Save it as page1.html Create a link in page1 that links to page2 and vice versa Add a link to monster.com from page1.

Responsible Links Links make the web ‘go round’ Accessibility and usability considerations Does anyone tab?

Tab Index It is possible to navigate the web without a mouse Well it should be! Sites have a natural hierarchy but sometimes it’s important to set the order in which your links are tabbed <a href=“anotherpage.html” tabindex=“1”>A simple Link</a>

Access Keys Keyboard Shortcuts Has problems?? <a href=“anotherpage.html” accesskey=“w”>A simple Link</a>

Title Attribute SHOULD use May provide tooltip depending on browser Good to use when text of link doesn’t describe the link well enough. <a href=“anotherpage.html” title=“Launch another page”>A simple Link</a>

Styling Links Links (of course) can be styled with CSS Default style? States? Let’s take a look.