SlideShare uma empresa Scribd logo
1 de 18
URL: UNIFORM RESOURCE
            LOCATOR

URL Defines As Basically, Is A Way To Tell
Your Web Browser ( Or Other Program)
Where To Look For Something. If You
Want To Make A Hypertext Link To A
Page, You Would Need Its URL.
TYPES OF URL

ABSOLUTE URL


 RELATIVE URL
ABSOLUTE URL
An absolute URL contains more information than a
relative URL does. Relative URLs are more
convenient because they are shorter and often
more portable. However, you can use them only to
reference links on the same server as the page that
contains them.

An absolute URL typically takes the following form:

protocol://hostname/other_information
RELATIVE URL
Relative URLs can take a number of different forms.
When referring to a file that occurs in the same
directory as the referring page, a URL can be as
simple as the name of the file. For example, if you
want to create a link in your home page to the
file internet.html, which is in the same directory as
your home page, you would use:

<a href=“internet.html">The Wonderful World of
Internet!</a>
WHAT IS HYPERLINK ?
In web terms ,a hyperlink is a reference
(an address) to a resource on the web.

Hyperlink can point to any resource on
the web: an HTML page ,an image, a
sound file, a movie etc.
WHAT IS ANCHOR ?
An anchor is a term used to define a hyperlink
destination inside a document.

The HTML anchor element <a>, is used to
define both hyperlinks and anchors.
DIFFERENTIATE BETWEEN:
 <A> AS AN ANCHOR                  <A> AS A LINK
• It is used to name a       • It is used link to a
  section of an html           different page or to link
  document.                    to another part of the
• Example:                     same page.
  <A name=“top”> Hello       • Example:
  </A>                        <A href=www.yahoo.com>
   ………………..                    GO TO YAHOO </A>
   <A href=“#top>go to top
   </A>
USAGE OF LINKS
 Inter-file linking:- Link to a different page
  within your own website or link to another
  webpage or website on the world wide web
  (www).
 Intra-file linking:-Jump from one section to
  another section within the same web page
  (also called page jump).
 E-mail linking:-Link to an e-mail program.
INTER-FILE LINKING
PAGE LINK IN HTML document:-

<HTML>
<TITLE>LINK TRY</TITLE>
<BODY BGCOLOR =“CCCCFF”>
Back to <A HREF=“Index.htm” TARGET=“_blank”>
  Home page
</A>
</BODY>
</HTML>
EXAMPLE:-
    INTRA-FILE
                        <HTML>
     LINKING
                        <TITLE>LINK TRY</TITLE>
                        <BODY BGCOLOR=“CCCCFF”>
NAMED ANCHOR:-          <A NAME=
A named anchor is a      “INDOOR”><B>INDOOR
                         ACTIVITIES</B></A>
hidden reference
                        </BODY>
marker for a
                         </HTML>
particular section of
your html file.
E-MAIL LINKING

EXAMPLE:-
<A HREF=“XYZ.123@GMAIL.COM”>
E-MAIL US</A>
ATTRIBUTES OF <A> TAG
  <A> ATTRIBUTES & ITS
         VALUE                   ATTRIBUTE VALUES
                             Indicates the hypertext
                             reference that is specifies the
• HREF :- URL            -   url of the file to which you
                             want to link.


• NAME:-TEXT             -   Indicates the name of the
                             section within the document.

                             Indicates the link file is to be
• TARGET:-_blank         -   open in a new browser
                             window.
HTML CODING:-
<HTML>
<HEAD>
<TITLE>ONLINE GAMES </TITLE>
</HEAD>
<BODY>Games Galore
The Best Online Games Site</FONT></CENTER><BR>
<FONT SIZE="6"TEXT="ARIAL">Welcome To Games Galore …to play them off-line.
Featured Games:
<OL>
<LI>A HREF="puzzle.html"TARGET="_BLANK">Puzzle Games</A></U></B>
</OL>
<OL TYPE="square">
<LI>Tetris
<LI> Cubics
</OL>
<OL TYPE=1 START=3>
<LI><B><U><A HREF="action games.html">Action Games</A></U></B>
</BODY>
</HTML>
MADE BY:
       1.VARSHA DUBEY
       2.ANJALI KUMARI
       3.SHALU ESOLIYA

CLASS & SECTION:
                   XI-E
LINKING IN HTML

Mais conteúdo relacionado

Mais procurados (20)

Html Intro2
Html Intro2Html Intro2
Html Intro2
 
Hyperlinks in HTML
Hyperlinks in HTMLHyperlinks in HTML
Hyperlinks in HTML
 
Web html table tags
Web html  table tagsWeb html  table tags
Web html table tags
 
Css
CssCss
Css
 
Span and Div tags in HTML
Span and Div tags in HTMLSpan and Div tags in HTML
Span and Div tags in HTML
 
Basic html structure
Basic html structureBasic html structure
Basic html structure
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 
Html introduction
Html introductionHtml introduction
Html introduction
 
html-table
html-tablehtml-table
html-table
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
 
computer language - Html frames
computer language - Html framescomputer language - Html frames
computer language - Html frames
 
HTML: Tables and Forms
HTML: Tables and FormsHTML: Tables and Forms
HTML: Tables and Forms
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
Html form tag
Html form tagHtml form tag
Html form tag
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Xml
XmlXml
Xml
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 

Destaque

International business ii
International business  iiInternational business  ii
International business iiVarsha Dubey
 
The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)Myungjin Lee
 
XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)
XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)
XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)Beat Signer
 
Working with HTML Lists
Working with HTML ListsWorking with HTML Lists
Working with HTML ListsRay Villalobos
 
HTML Link - Image - Comments
HTML  Link - Image - CommentsHTML  Link - Image - Comments
HTML Link - Image - CommentsHameda Hurmat
 
HTML Basic Tags
HTML Basic Tags HTML Basic Tags
HTML Basic Tags Nisa Soomro
 
TANNENBAUM AND SCHMIDT’S LEADERSHIP MODEL
TANNENBAUM AND SCHMIDT’S LEADERSHIP MODELTANNENBAUM AND SCHMIDT’S LEADERSHIP MODEL
TANNENBAUM AND SCHMIDT’S LEADERSHIP MODELVarsha Dubey
 
Client-Server Hybrid Applications with Vaadin
Client-Server Hybrid Applications with VaadinClient-Server Hybrid Applications with Vaadin
Client-Server Hybrid Applications with VaadinArtur-vaadin
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTMLbwire sedrick
 
Anchor tag HTML Presentation
Anchor tag HTML PresentationAnchor tag HTML Presentation
Anchor tag HTML PresentationNimish Gupta
 
Final test may 2011 (with answer key)
Final test may 2011 (with answer key)Final test may 2011 (with answer key)
Final test may 2011 (with answer key)Alex Venome
 
WebKit and GStreamer
WebKit and GStreamerWebKit and GStreamer
WebKit and GStreamercalvaris
 
Consumer cooperative stores ppt
Consumer cooperative stores pptConsumer cooperative stores ppt
Consumer cooperative stores pptVarsha Dubey
 

Destaque (20)

Links in Html
Links in HtmlLinks in Html
Links in Html
 
Links - IntraPage
Links - IntraPageLinks - IntraPage
Links - IntraPage
 
Html links
Html linksHtml links
Html links
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Html hyperlinks
Html hyperlinksHtml hyperlinks
Html hyperlinks
 
VISIT TO A MUSEUM
VISIT TO A MUSEUMVISIT TO A MUSEUM
VISIT TO A MUSEUM
 
International business ii
International business  iiInternational business  ii
International business ii
 
The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)
 
XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)
XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)
XML and XML Applications - Lecture 04 - Web Information Systems (WE-DINF-11912)
 
Working with HTML Lists
Working with HTML ListsWorking with HTML Lists
Working with HTML Lists
 
HTML Link - Image - Comments
HTML  Link - Image - CommentsHTML  Link - Image - Comments
HTML Link - Image - Comments
 
HTML Basic Tags
HTML Basic Tags HTML Basic Tags
HTML Basic Tags
 
TANNENBAUM AND SCHMIDT’S LEADERSHIP MODEL
TANNENBAUM AND SCHMIDT’S LEADERSHIP MODELTANNENBAUM AND SCHMIDT’S LEADERSHIP MODEL
TANNENBAUM AND SCHMIDT’S LEADERSHIP MODEL
 
Client-Server Hybrid Applications with Vaadin
Client-Server Hybrid Applications with VaadinClient-Server Hybrid Applications with Vaadin
Client-Server Hybrid Applications with Vaadin
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
 
Anchor tag HTML Presentation
Anchor tag HTML PresentationAnchor tag HTML Presentation
Anchor tag HTML Presentation
 
Html Frames
Html FramesHtml Frames
Html Frames
 
Final test may 2011 (with answer key)
Final test may 2011 (with answer key)Final test may 2011 (with answer key)
Final test may 2011 (with answer key)
 
WebKit and GStreamer
WebKit and GStreamerWebKit and GStreamer
WebKit and GStreamer
 
Consumer cooperative stores ppt
Consumer cooperative stores pptConsumer cooperative stores ppt
Consumer cooperative stores ppt
 

Semelhante a LINKING IN HTML

HTML Lists & Llinks
HTML Lists & LlinksHTML Lists & Llinks
HTML Lists & LlinksNisa Soomro
 
Internet with HTML
Internet with HTMLInternet with HTML
Internet with HTMLumesh patil
 
Part 1 -HTML- Basic_Spring 2023.pptx
Part 1 -HTML- Basic_Spring 2023.pptxPart 1 -HTML- Basic_Spring 2023.pptx
Part 1 -HTML- Basic_Spring 2023.pptxAhmad751599
 
HTML Series Vol 2 by S C Sharma
HTML Series Vol 2 by S C SharmaHTML Series Vol 2 by S C Sharma
HTML Series Vol 2 by S C Sharmashrish88sharma
 
HTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsHTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsGrayzon Gonzales, LPT
 
Web Design-III IT.ppt
Web Design-III IT.pptWeb Design-III IT.ppt
Web Design-III IT.pptbanu236831
 
Html for beginners part II
Html for beginners part IIHtml for beginners part II
Html for beginners part IIUnaib Aslam
 
Web topic 7 html tags for links
Web topic 7  html tags for linksWeb topic 7  html tags for links
Web topic 7 html tags for linksCK Yang
 
HTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).pptHTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).pptDianajeon3
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvLecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvZahouAmel1
 

Semelhante a LINKING IN HTML (20)

intro-to-html
intro-to-htmlintro-to-html
intro-to-html
 
HTML Lists & Llinks
HTML Lists & LlinksHTML Lists & Llinks
HTML Lists & Llinks
 
Internet with HTML
Internet with HTMLInternet with HTML
Internet with HTML
 
Part 1 -HTML- Basic_Spring 2023.pptx
Part 1 -HTML- Basic_Spring 2023.pptxPart 1 -HTML- Basic_Spring 2023.pptx
Part 1 -HTML- Basic_Spring 2023.pptx
 
HTML Series Vol 2 by S C Sharma
HTML Series Vol 2 by S C SharmaHTML Series Vol 2 by S C Sharma
HTML Series Vol 2 by S C Sharma
 
HTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsHTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchors
 
Web Design.ppt
Web Design.pptWeb Design.ppt
Web Design.ppt
 
Web Design-III IT.ppt
Web Design-III IT.pptWeb Design-III IT.ppt
Web Design-III IT.ppt
 
Html for beginners part II
Html for beginners part IIHtml for beginners part II
Html for beginners part II
 
Web topic 7 html tags for links
Web topic 7  html tags for linksWeb topic 7  html tags for links
Web topic 7 html tags for links
 
Html intro
Html introHtml intro
Html intro
 
Web page concept Basic
Web page concept  BasicWeb page concept  Basic
Web page concept Basic
 
Web page concept final ppt
Web page concept  final pptWeb page concept  final ppt
Web page concept final ppt
 
Unit 2 (html)
Unit 2  (html)Unit 2  (html)
Unit 2 (html)
 
HTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).pptHTML_JavaScript_Malaysia_2008 (2).ppt
HTML_JavaScript_Malaysia_2008 (2).ppt
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvLecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
 
Java script and html new
Java script and html newJava script and html new
Java script and html new
 
Java script and html
Java script and htmlJava script and html
Java script and html
 
HTML 101
HTML 101HTML 101
HTML 101
 

Último

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 

Último (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 

LINKING IN HTML

  • 1.
  • 2.
  • 3.
  • 4. URL: UNIFORM RESOURCE LOCATOR URL Defines As Basically, Is A Way To Tell Your Web Browser ( Or Other Program) Where To Look For Something. If You Want To Make A Hypertext Link To A Page, You Would Need Its URL.
  • 5. TYPES OF URL ABSOLUTE URL RELATIVE URL
  • 6. ABSOLUTE URL An absolute URL contains more information than a relative URL does. Relative URLs are more convenient because they are shorter and often more portable. However, you can use them only to reference links on the same server as the page that contains them. An absolute URL typically takes the following form: protocol://hostname/other_information
  • 7. RELATIVE URL Relative URLs can take a number of different forms. When referring to a file that occurs in the same directory as the referring page, a URL can be as simple as the name of the file. For example, if you want to create a link in your home page to the file internet.html, which is in the same directory as your home page, you would use: <a href=“internet.html">The Wonderful World of Internet!</a>
  • 8. WHAT IS HYPERLINK ? In web terms ,a hyperlink is a reference (an address) to a resource on the web. Hyperlink can point to any resource on the web: an HTML page ,an image, a sound file, a movie etc.
  • 9. WHAT IS ANCHOR ? An anchor is a term used to define a hyperlink destination inside a document. The HTML anchor element <a>, is used to define both hyperlinks and anchors.
  • 10. DIFFERENTIATE BETWEEN: <A> AS AN ANCHOR <A> AS A LINK • It is used to name a • It is used link to a section of an html different page or to link document. to another part of the • Example: same page. <A name=“top”> Hello • Example: </A> <A href=www.yahoo.com> ……………….. GO TO YAHOO </A> <A href=“#top>go to top </A>
  • 11. USAGE OF LINKS  Inter-file linking:- Link to a different page within your own website or link to another webpage or website on the world wide web (www).  Intra-file linking:-Jump from one section to another section within the same web page (also called page jump).  E-mail linking:-Link to an e-mail program.
  • 12. INTER-FILE LINKING PAGE LINK IN HTML document:- <HTML> <TITLE>LINK TRY</TITLE> <BODY BGCOLOR =“CCCCFF”> Back to <A HREF=“Index.htm” TARGET=“_blank”> Home page </A> </BODY> </HTML>
  • 13. EXAMPLE:- INTRA-FILE <HTML> LINKING <TITLE>LINK TRY</TITLE> <BODY BGCOLOR=“CCCCFF”> NAMED ANCHOR:- <A NAME= A named anchor is a “INDOOR”><B>INDOOR ACTIVITIES</B></A> hidden reference </BODY> marker for a </HTML> particular section of your html file.
  • 15. ATTRIBUTES OF <A> TAG <A> ATTRIBUTES & ITS VALUE ATTRIBUTE VALUES Indicates the hypertext reference that is specifies the • HREF :- URL - url of the file to which you want to link. • NAME:-TEXT - Indicates the name of the section within the document. Indicates the link file is to be • TARGET:-_blank - open in a new browser window.
  • 16. HTML CODING:- <HTML> <HEAD> <TITLE>ONLINE GAMES </TITLE> </HEAD> <BODY>Games Galore The Best Online Games Site</FONT></CENTER><BR> <FONT SIZE="6"TEXT="ARIAL">Welcome To Games Galore …to play them off-line. Featured Games: <OL> <LI>A HREF="puzzle.html"TARGET="_BLANK">Puzzle Games</A></U></B> </OL> <OL TYPE="square"> <LI>Tetris <LI> Cubics </OL> <OL TYPE=1 START=3> <LI><B><U><A HREF="action games.html">Action Games</A></U></B> </BODY> </HTML>
  • 17. MADE BY: 1.VARSHA DUBEY 2.ANJALI KUMARI 3.SHALU ESOLIYA CLASS & SECTION: XI-E