Adding Hypertext Links to a Web Page Tutorial 2 eXtensible Markup Language (XML)

Slides:



Advertisements
Similar presentations
HTML III. Learning Objectives HTML Links Structuring Pages with Frames Introduction to Cascading Style Sheets (CSS)
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Tutorial 1: Developing a Basic Web site
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Introduction to HTML & CSS
Website Design.
XP 1 Developing a Basic Web Site Tutorial 2: Web Site Structures & Links.
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links
Tim Berners-Lee authors HTML in 1991, assisted by his colleagues at CERN,
Links and Comments.
HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
XP Adding Hypertext Links to a Web Page. XP Objectives Create hypertext links between elements within a Web page Create hypertext links between Web pages.
1 CA201 Word Application Creating Document for the Web Week # 9 By Tariq Ibn Aziz Dammam Community college.
1 Linking Web Pages Why is Hypertext Hyper? Storyboarding Page Links (Site Map) Path to Files Various Links Click Here :( Page Footers.
1 Linking Web Pages Why is Hypertext Hyper? Storyboarding Page Links (Site Map) Sequential and Indexed-Sequential Designs Hierarchical Design Custom Design.
Announcement #1 1 Lecture 9. Announcement #2  Midterm exam will be on Oct. 12 (Tuesday)  pm – 1.45 pm  Exam will cover all materials till Oct.
Chapter 14 Introduction to HTML
Introduction to Web Development in HTML Web module day 1 IS 201.
Tutorial 2 Developing a Web Site
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Shows the entire path to the file, including the scheme, server name, the complete path, and the file name itself. Same idea of stating your full name,
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.
Tutorial 2 Developing a Basic Web Site. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Learn how to storyboard various.
Hyperlinks. Linking pages…Hyperlinks 2 Lecture 8  Hyperlink “A clickable HTML element that will direct the web browser to display a different Web page.
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.
Internet Applications Development Lecture 5 L. Obead Alhadreti.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Developing a Web Site. Web Site Navigational Structures A storyboard is a diagram of a Web site’s structure, showing all the pages in the site and indicating.
HTML, CSS, and XML Tutorial 2 Developing a Web Site.
WEB DESIGN UNIT 2 Unit 2 Module 2-5. WHAT HAVE YOU LEARNED?  What is the title tag do? Where does it show?  What are the tags that need to be on every.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
Tutorial 2 Developing a Basic Web Site. XP Objectives Learn how to storyboard various Web site structures Create links among documents in a Web site Understand.
Developing a Basic Web Site
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
INTRODUCTORY Tutorial 6 Using Links on a Web Page.
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.
Tutorial 2 Developing a Web Site. XP Objectives Learn how to storyboard various Web site structures Create links among documents in a Web site Understand.
XP 1 HTML Tutorial 2: Developing a Basic Web Site.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
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 .
Spiderman ©Marvel Comics Creating Web Pages (part 1)
XHTML TUTORIAL Contact me Amin Sharifi Website: Mob:
REEM ALMOTIRI Information Technology Department Majmaah University.
Session: 4. © Aptech Ltd. 2Creating Hyperlinks and Anchors / Session 4  Describe hyperlinks  Explain absolute and relative paths  Explain how to hyperlink.
Tutorial 9 Working with XHTML. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Describe the history and theory of XHTML.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
XP 1 Charles Edeki AIU Live Chat for Unit 2 ITC0381.
Creating Links Links Link- brings user to a different webpage tag to link text or image on your web page to another page on the internet. tag must include.
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.
Tutorial 2 Links. Hypertext links are used to…. Point to a different section on the same page Point to a different web page Point to a variety of different.
HTML5 and CSS3 Illustrated Unit E: Inserting and Working with Links.
Tutorial 03 Working with Schemas 1. Contents The University Hospital Problem Solution 2.
HTML Links CS 1150 Spring 2017.
Introduction to HTML.
Document Type Definition
Creating an XSLT Style Sheet for Formatting Data
Tutorial 04 (cont’) Using XPath Patterns in an XSLT Style Sheet.
Web Design and Development
CIT 277 Education for Service-- tutorialrank.com
CIT 277 Education on your terms/tutorialrank.com.
CIT 277 Become Exceptional/ newtonhelp.com. CIT 277 All Assignments For more course tutorials visit CIT 277 Week 1 Individual Comparing.
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HTML Links CS 1150 Fall 2016.
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

Adding Hypertext Links to a Web Page Tutorial 2 eXtensible Markup Language (XML)

Contents I.Objectives II.Creating a Personal Web Page Problem III.Solution 2

I. Objectives Create links among documents in a Web site Understand relative and absolute folder paths Mark a location with the id attribute Create a link to an id Create a link to a resource on the internet Create a link to an address 3

II. Creating a Personal Webpage Problem The student has been creating a personal web page. The page has grown with class information. Therefore, he decides to add links in the page as follow: 4

Requirements:  Create internal links named Education, Technical skills, Hobbies, and XML so that customer clicks on one of any links, the corresponding section of the webpage will be displayed.  In the XML section, create a link named “New Perspectives HTML, XHTML, and XML 3rd Edition” to link to the webpage book_info.html.  In the footer part, create a link named so the SaigonTech website will be opened in the secondary window.  Finally, create an link with address 5

III. Solution 1. Analysis and Design 2. Implementation 6

1. Analysis and Design 7 Internal Links - link to another section of the web page: Education, Technical Skills, Hobbies, XML. External Link - link to another web page in the same folder with the original page: Book info webpage. Internet Link - link to a website on the Internet: SaigonTech website.  Send an to someone: Send me an .

2. Implementation 2.1 Developing the Internal Links 2.2 Developing the External Link 2.3 Developing the Internet Link 2.4 Developing the Link 8

2.1 Developing the Internal Links  To jump to a specific location within a document, you first need to mark that location with id attribute.  Id values must be unique.  Id values are not case sensitive. 9 The Education portion Assign the id to the Education portion

2.1 Developing the Internal Links (con’t)  After assigning an Id to the education portion, use tag with href attribute to create a link.  For internal link, the value of href starts with #, followed by Id value. 10

2.1 Developing the Internal Links (con’t)  Do the same steps for creating other internal links. 11

2.2 Developing the External Link  To create a link to the book_info.html webpage that has been developed in tutorial 1, use the tag to make link. 12

2.3 Developing the Internet Link  Use the tag, note the prefix it’s always used to link to a web page on the Internet  Open a link in a new window or tab, use target=“_blank” attribute. 13

2.4 Developing the link  To send an to someone, use the URL mailto: address  Use title=“text” attribute to show a tooltip on the link. 14

References  New Perspectives on Creating Web Pages with HTML and XML (Patrick Carey & Mary Kemper) - Course Technology Publisher  Creating Cool Web Sites with HTML, XHTML and CSS - Taylor, Dave, Wiley 15