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.

Slides:



Advertisements
Similar presentations
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.
Advertisements

In this lecture, you will learn: ❑ How to link between pages of your site ❑ How to link to other sites ❑ How to structure the folders on your web site.
External Site Links by Awnya Boam. Links are found… …almost everywhere on the internet. They allow users to travel from one site to another.
Links and Comments.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
CIS101 Introduction to Computing HTML Project Two.
Web Page Development Identify elements of a Web Page Start Notepad
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
HTML Links and Anchors.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
CSI315CSI315 Building Web Sites. What is a website A website is just a bunch of web pages connected together with something called a link. In HTML there.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
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?
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.
Web Technologies Website Development Trade & Industrial Education
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
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.
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.
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.
CHAPTER 3 USING HYPERLINKS TO CONNECT CONTENT. LEARNING OBJECTIVES How to use the and anchor tag pair to create a text-based hyperlink. How to use the.
Website Development with Dreamweaver
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
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.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
CO1552 – Web Application Development Linking Pages - The Basis of the Web.
XHTML Hyperlinks. Creating Links to Other Web Pages A link, or hyperlink, is a specially formatted Web page object that the user can click to open a different.
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.
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)
By Mrs. Houle  It is time to visit the Internet. You are going to jump onto Google Chrome to learn how to use the web browser tools to get around. Along.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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.
HTML Links HTML uses a hyperlink to another document on the Web.
Links Building a Website Lesson 5. Links There are various ways to use links on a website: Link to other sites Link to other pages on the same site .
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.
REEM ALMOTIRI Information Technology Department Majmaah University.
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.
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
HTML HyperText Markup Language Victoria E. Kozlek.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links.
HTML Links CS 1150 Spring 2017.
Objective % Select and utilize tools to design and develop websites.
Links and Comments in HTML5
Links and Comments.
Lecture 3 Sarsenova Zhibek.
Creating Links.
Introduction to XHTML.
Objective % Select and utilize tools to design and develop websites.
Links and Comments.
Enhancing Your Web Site—Adding Links Web Page
Links and Comments.
Links and Comments.
HTML LINKS
IDT Links in HTML What you need to know….
HTML Links CS 1150 Fall 2016.
Creating Links.
Presentation transcript:

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 server or to a server located anywhere in the world. Hyperlinks can point to any resource on the web: an HTML page, an image, a sound file, a movie, etc.

Types of Links Linking within a web page Used with large web pages Moves from top to bottom of page or a specific section Linking to another web page Connects one web page to another web page on the same site (forward/back) Linking to another web site Links site to another site Linking to Starts new message to address in link

What can be linked Text Images/Graphics/Pictures Autoshapes Buttons

The code… Link text The start tag contains attributes about the link. The element content (Link text) defines the part to be displayed. Note: The element content doesn't have to be a text. You can link from an image or any other HTML element.

Click Here For HTML Goodies Here's What's Happening A stands for Anchor begins link to another page HREF stands for Hypertext REFerence short way to say to browser-- "This is where the link is going to go." FULL ADDRESS of link Notice equal sign in front of it and is enclosed in quotes--Why? Because it's an attribute of the Anchor tag, a command inside of a command Where it reads "Click Here For HTML Goodies“ text you want to appear on the page /A ends the entire link command. Here's what will appear on the page using the command above... Click Here For HTML Goodies Click Here For HTML Goodies

Anchors An anchor--used to define a hyperlink destination inside a document Example idea for anchors: Named anchors are often used to create "table of contents" at the beginning of a large document. Each chapter within the document is given a named anchor, and links to each of these anchors are put at the top of the document.

Hyperlink, link tags Body link----original color Vlink visited link Alink Active link Most web browsers have a standard default link for links (blue)

Link Attributes Target attribute defines where the linked document opens If you set the target attribute of a link to "_blank", the link will open in a new window. Sample Text: Visit W3Schools!

Link Attributes name Attribute When used, the element defines a named anchor inside a HTML document Named anchor syntax: Any content The link syntax to a named anchor Any content The # in the href attribute defines a link to a named anchor.

Home page The home page--main page of a web site MUST be saved as index.html inside a folder created for website Visitors to a web site normally see this page first On a home page it is important to identify the purpose of your web site

Home page Clearly state what web site is about Design navigation clear for user How to move from one page to another should be obvious to user

Hotspot A hotspot is an area of text or an image in which the mouse pointer changes when it is moved over the area. When the pointer changes this tells the user that there is a link Text links are generally underlined and in a different color font than the rest of the web page (normally blue)

Resource: Mrs. Freeman, Winder-Barrow