SlideShare a Scribd company logo
1 of 20
Links and Navigation In HTML
visit this blog for more information
otaleem.blogspot.com
Links and Navigation
 What really distinguishes the Web from
other mediums is the way in which Web
pages can contain links that take you
directly to other pages (and even
specific parts of a given page). Known as
hyperlinks, these links are often attributed
to being the secret behind the Web’s
phenomenal success.
 Hyperlinks allow visitors to navigate
between Web sites by clicking on
words, phrases, and images.
Basic Links
 A link is specified using the <a> element.
 Anything between the opening <a> tag
and the closing </a> tag becomes part
of the link a user can click in a browser.
Linking to Other
Documents
 To link to another document, the opening <a> tag
must carry an attribute called href, whose value is
the
page you are linking to.
 As an example, here is the <body> of a document
called ch03_eg01.html. This page contains a link to
a second page called index.html:
<body>
Return to the <a href="index.html">index page</a>.
</body>
Output:
Types of Hyperlink
Hyperlinks can be of two types:
 Link to some other web page
 Links to the external document.
 Link to a specific place within the
same document.
External
Document
Reference
Link to a different site:
 If you want to link to a different site, you can use
the following syntax, where you specify a full URL
(Uniform Resource Locator) to the page you want
to link to rather than just the filename.
<body>
Why not visit the <a
href="http://www.wrox.com/">Wrox
Web site</a>?
</body>
Title attribute
 It is also good practice to use the title attribute on a
link, as this will be displayed in a tool tip (a little
bubble that appears stating the title) in most visual
browsers when the user hovers over the link.
 This can help the visually impaired if they use a voice
browser.
 The value of the title attribute should be a
description of what the link will take you to. They are
especially important if you use an image for a link.
example,
 Here is a link to the Google home page.
<a href="http://www.Google.com/"
title="Search the Web with Google">
Google</a>is a very popular search
engine.
Output
Linking to E-mail
Addresses
 To create a link to an e-mail address
you need to use the following syntax
with the <a> element:
< a href="mailto:name@example.com">
name@example.com</a>
 Here, the value of the href attribute starts
with the keyword mailto, followed by a
colon, and then the e-mail address you
want the mail sent to.
Linking to E-mail
Addresses
 As with any other link, the content of the <a>
element is the visible part of the link shown in
the browser, so you might choose to use the
following:
<a href="mailto:name@example.com">E-mail
us</a>.
 Or, if you want users to see the e-mail address
before clicking it, you can use the following:
For sales enquiries e-mail <a
href="mailto:name@example.com">sales@exa
mple
.com</a>.
Images As
Hyperlinks
Images as hyperlinks
 Just as text act as a hyperlink, in the same
way images can also act as hyperlinks.
 Anything included within the <A>…</A>
tags become hyperlink
 Image can be made hyperlinks by
enclosing image tag within <A>…
</A>tags.
 Syntax:
<A href=“my_site” ><img src=“img1.gif”></A>
MARQUEE TAG: BEHAVIOR
 <FONT SIZE="4" FACE="courier"
COLOR=blue><MARQUEE WIDTH=“100%”
BEHAVIOR=“ALTERNATE” bgcolor=“yellow”>This is an
example of an alternating
marquee...</MARQUEE></FONT>
 <FONT SIZE="4" FACE="courier"
COLOR=blue><MARQUEE WIDTH=100%
BEHAVIOR=SCROLL bgcolor=yellow LOOP=3>This is
an example of a scrolling
marquee...</MARQUEE></FONT>
MARQUEE TAG :
DIRECTION
 <FONT SIZE="4" FACE="courier"
COLOR=blue><MARQUEE WIDTH=100%
BEHAVIOR=SCROLL DIRECTION=RIGHT
BGColor=yellow>This is an example of a marquee
scrolling to the right...</MARQUEE></FONT>
 <FONT SIZE="4" FACE="courier"
COLOR=blue><MARQUEE WIDTH=100%
BEHAVIOR=SCROLL DIRECTION=RIGHT
BGColor=yellow>This is an example of a
marquee scrolling to the
right...</MARQUEE></FONT>
MARQUEE TAG : SIZE
 <FONT SIZE="4" FACE="courier"
COLOR=blue><MARQUEE
BEHAVIOR=SCROLL HEIGHT=25
WIDTH=300 BGColor=yellow>This is an
example of a scrolling
marquee</MARQUEE></FONT>
TABLE TAG
<table cellpadding="10"
cellspacing="10" align="center"
border="3" bordercolor="cyan">
<tr>
<td>A</td>
<td>B</td></tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</table>
MARQUEE TAG : SIZE
 <FONT SIZE="4" FACE="courier"
COLOR=blue><MARQUEE
BEHAVIOR=SCROLL HEIGHT=25
WIDTH=300 BGColor=yellow>This is an
example of a scrolling
marquee</MARQUEE></FONT>

More Related Content

What's hot

Cms Train The Trainer Guide
Cms Train The Trainer GuideCms Train The Trainer Guide
Cms Train The Trainer GuideFrances O'Neill
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web developmentMuhammad Shafiq
 
Getting Interactive: Chapter 14
Getting Interactive: Chapter 14Getting Interactive: Chapter 14
Getting Interactive: Chapter 14Gene Babon
 
49871004 url
49871004 url49871004 url
49871004 urlhongru
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centrejatin batra
 
What is a canonical tag?
What is a canonical tag?What is a canonical tag?
What is a canonical tag?Abhishek Mitra
 
Web 2.0: What Can It Offer The Research Community?
Web 2.0: What Can It Offer The Research Community?Web 2.0: What Can It Offer The Research Community?
Web 2.0: What Can It Offer The Research Community?lisbk
 
Search Engine Optimization (SEO) Techniques by Hot Potato Social Media
Search Engine Optimization (SEO) Techniques by Hot Potato Social MediaSearch Engine Optimization (SEO) Techniques by Hot Potato Social Media
Search Engine Optimization (SEO) Techniques by Hot Potato Social MediaModern Marketing Partners
 
How to Include Clickable Links on Slideshare Presentation
How to Include Clickable Links on Slideshare PresentationHow to Include Clickable Links on Slideshare Presentation
How to Include Clickable Links on Slideshare PresentationDavid Laubner
 
Aspnet master pages_tutorial_10_cs
Aspnet master pages_tutorial_10_csAspnet master pages_tutorial_10_cs
Aspnet master pages_tutorial_10_csVaibhav Chavan
 
Information Architecture for SEO
Information Architecture for SEOInformation Architecture for SEO
Information Architecture for SEOiProspect Canada
 
SharePoint Document Sets - SharePoint Saturday Denver 2013
SharePoint Document Sets - SharePoint Saturday Denver 2013SharePoint Document Sets - SharePoint Saturday Denver 2013
SharePoint Document Sets - SharePoint Saturday Denver 2013SharePointWolfe
 
Quick Guide for Customizing Survey Views
Quick Guide for Customizing Survey ViewsQuick Guide for Customizing Survey Views
Quick Guide for Customizing Survey ViewsPat Terry
 

What's hot (20)

Cms Train The Trainer Guide
Cms Train The Trainer GuideCms Train The Trainer Guide
Cms Train The Trainer Guide
 
HTML Coding
HTML CodingHTML Coding
HTML Coding
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
Gidon Session 7
Gidon Session 7Gidon Session 7
Gidon Session 7
 
Getting Interactive: Chapter 14
Getting Interactive: Chapter 14Getting Interactive: Chapter 14
Getting Interactive: Chapter 14
 
Hyperlinking
HyperlinkingHyperlinking
Hyperlinking
 
49871004 url
49871004 url49871004 url
49871004 url
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centre
 
ARTICULOENINGLES
ARTICULOENINGLESARTICULOENINGLES
ARTICULOENINGLES
 
What is a canonical tag?
What is a canonical tag?What is a canonical tag?
What is a canonical tag?
 
Web 2.0: What Can It Offer The Research Community?
Web 2.0: What Can It Offer The Research Community?Web 2.0: What Can It Offer The Research Community?
Web 2.0: What Can It Offer The Research Community?
 
Search Engine Optimization (SEO) Techniques by Hot Potato Social Media
Search Engine Optimization (SEO) Techniques by Hot Potato Social MediaSearch Engine Optimization (SEO) Techniques by Hot Potato Social Media
Search Engine Optimization (SEO) Techniques by Hot Potato Social Media
 
From doh to pro!
From doh to pro!From doh to pro!
From doh to pro!
 
How to Include Clickable Links on Slideshare Presentation
How to Include Clickable Links on Slideshare PresentationHow to Include Clickable Links on Slideshare Presentation
How to Include Clickable Links on Slideshare Presentation
 
Aspnet master pages_tutorial_10_cs
Aspnet master pages_tutorial_10_csAspnet master pages_tutorial_10_cs
Aspnet master pages_tutorial_10_cs
 
Information Architecture for SEO
Information Architecture for SEOInformation Architecture for SEO
Information Architecture for SEO
 
Social Media Bootcamp: Day 1
Social Media Bootcamp:  Day 1Social Media Bootcamp:  Day 1
Social Media Bootcamp: Day 1
 
SharePoint Document Sets - SharePoint Saturday Denver 2013
SharePoint Document Sets - SharePoint Saturday Denver 2013SharePoint Document Sets - SharePoint Saturday Denver 2013
SharePoint Document Sets - SharePoint Saturday Denver 2013
 
Wordpress
WordpressWordpress
Wordpress
 
Quick Guide for Customizing Survey Views
Quick Guide for Customizing Survey ViewsQuick Guide for Customizing Survey Views
Quick Guide for Customizing Survey Views
 

Viewers also liked

Stress and freedom_dr._shriniwas_kashalikar
Stress and freedom_dr._shriniwas_kashalikarStress and freedom_dr._shriniwas_kashalikar
Stress and freedom_dr._shriniwas_kashalikarshriniwas kashalikar
 
Travel and tourism by Deepansh Goel
Travel and tourism by Deepansh GoelTravel and tourism by Deepansh Goel
Travel and tourism by Deepansh GoelDeepansh Goel
 
8 tips for bike rental store
8 tips for bike rental store8 tips for bike rental store
8 tips for bike rental storeVivoRental
 
Alfabeto de nomes z
Alfabeto de nomes   zAlfabeto de nomes   z
Alfabeto de nomes zDário Reis
 
Plantilla creación proyecto_etwinning (camino)
Plantilla creación proyecto_etwinning (camino)Plantilla creación proyecto_etwinning (camino)
Plantilla creación proyecto_etwinning (camino)CAMINO GUTIERREZ
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part IUnaib Aslam
 
Data Collection and analysis in the cultural and creative sectors in the EU -...
Data Collection and analysis in the cultural and creative sectors in the EU -...Data Collection and analysis in the cultural and creative sectors in the EU -...
Data Collection and analysis in the cultural and creative sectors in the EU -...Allison Reekie
 
Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...ARERA
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introductionc525600
 
OSAC: Personal Digital Security Presentation
OSAC: Personal Digital Security PresentationOSAC: Personal Digital Security Presentation
OSAC: Personal Digital Security PresentationDr. Lydia Kostopoulos
 
Scenario Building Workshop - How to Build and Use Scenarios
Scenario Building Workshop - How to Build and Use ScenariosScenario Building Workshop - How to Build and Use Scenarios
Scenario Building Workshop - How to Build and Use ScenariosAdam Vigdor Gordon
 
Sistema de trading mbfx para opciones binarias
Sistema de trading mbfx para opciones binariasSistema de trading mbfx para opciones binarias
Sistema de trading mbfx para opciones binariasRaul Canessa
 
9M 2016 Consolidated Results (November 4, 2016)
 9M 2016 Consolidated Results (November 4, 2016) 9M 2016 Consolidated Results (November 4, 2016)
9M 2016 Consolidated Results (November 4, 2016)Terna SpA
 

Viewers also liked (16)

Stress and freedom_dr._shriniwas_kashalikar
Stress and freedom_dr._shriniwas_kashalikarStress and freedom_dr._shriniwas_kashalikar
Stress and freedom_dr._shriniwas_kashalikar
 
Travel and tourism by Deepansh Goel
Travel and tourism by Deepansh GoelTravel and tourism by Deepansh Goel
Travel and tourism by Deepansh Goel
 
8 tips for bike rental store
8 tips for bike rental store8 tips for bike rental store
8 tips for bike rental store
 
Alfabeto de nomes z
Alfabeto de nomes   zAlfabeto de nomes   z
Alfabeto de nomes z
 
CCS and the wider energy innovation picture - Professor Jim Skea at the UKCCS...
CCS and the wider energy innovation picture - Professor Jim Skea at the UKCCS...CCS and the wider energy innovation picture - Professor Jim Skea at the UKCCS...
CCS and the wider energy innovation picture - Professor Jim Skea at the UKCCS...
 
Plantilla creación proyecto_etwinning (camino)
Plantilla creación proyecto_etwinning (camino)Plantilla creación proyecto_etwinning (camino)
Plantilla creación proyecto_etwinning (camino)
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part I
 
Data Collection and analysis in the cultural and creative sectors in the EU -...
Data Collection and analysis in the cultural and creative sectors in the EU -...Data Collection and analysis in the cultural and creative sectors in the EU -...
Data Collection and analysis in the cultural and creative sectors in the EU -...
 
Fedora Workstation
Fedora Workstation Fedora Workstation
Fedora Workstation
 
Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...Proposta di indici di performance per la quantificazione delle criticità del ...
Proposta di indici di performance per la quantificazione delle criticità del ...
 
Basics of HTML 5 for Beginners
Basics of HTML 5 for Beginners Basics of HTML 5 for Beginners
Basics of HTML 5 for Beginners
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
OSAC: Personal Digital Security Presentation
OSAC: Personal Digital Security PresentationOSAC: Personal Digital Security Presentation
OSAC: Personal Digital Security Presentation
 
Scenario Building Workshop - How to Build and Use Scenarios
Scenario Building Workshop - How to Build and Use ScenariosScenario Building Workshop - How to Build and Use Scenarios
Scenario Building Workshop - How to Build and Use Scenarios
 
Sistema de trading mbfx para opciones binarias
Sistema de trading mbfx para opciones binariasSistema de trading mbfx para opciones binarias
Sistema de trading mbfx para opciones binarias
 
9M 2016 Consolidated Results (November 4, 2016)
 9M 2016 Consolidated Results (November 4, 2016) 9M 2016 Consolidated Results (November 4, 2016)
9M 2016 Consolidated Results (November 4, 2016)
 

Similar to Html for beginners part II

SEO Training in Mahabubnagar
SEO Training in MahabubnagarSEO Training in Mahabubnagar
SEO Training in MahabubnagarSubhash Malgam
 
Seo onpage & offpage
Seo onpage & offpageSeo onpage & offpage
Seo onpage & offpageJohn Yadav
 
learn seo, seo marketing
learn seo, seo marketinglearn seo, seo marketing
learn seo, seo marketingrsayyad88
 
SEO Training in Hyderabad | SEO Classes in Hyderbad | SEO Coaching in Hyde...
SEO Training in Hyderabad |  SEO  Classes in Hyderbad | SEO Coaching in  Hyde...SEO Training in Hyderabad |  SEO  Classes in Hyderbad | SEO Coaching in  Hyde...
SEO Training in Hyderabad | SEO Classes in Hyderbad | SEO Coaching in Hyde...Prasad Reddy
 
SEO presentation Beginners guide advanced level SEO
SEO presentation Beginners guide  advanced level SEOSEO presentation Beginners guide  advanced level SEO
SEO presentation Beginners guide advanced level SEOareeba87987
 
Search engine optimization ppt
Search engine optimization pptSearch engine optimization ppt
Search engine optimization pptpooja patil
 
02- Links, Structure and Layout with HTML.pdf
02- Links, Structure and Layout with HTML.pdf02- Links, Structure and Layout with HTML.pdf
02- Links, Structure and Layout with HTML.pdfthkbmb4rb4
 
Quality Link Building
Quality Link BuildingQuality Link Building
Quality Link BuildingKay J. Sharp
 
Html links
Html linksHtml links
Html linksJayjZens
 
100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimizationarrow10202532yuvraj
 
htmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
htmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaahtmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
htmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBhargaviGorde1
 
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
 

Similar to Html for beginners part II (20)

SEO Training in Mahabubnagar
SEO Training in MahabubnagarSEO Training in Mahabubnagar
SEO Training in Mahabubnagar
 
Seo onpage & offpage
Seo onpage & offpageSeo onpage & offpage
Seo onpage & offpage
 
learn seo, seo marketing
learn seo, seo marketinglearn seo, seo marketing
learn seo, seo marketing
 
Lvr ppt
Lvr pptLvr ppt
Lvr ppt
 
SEO Training in Hyderabad | SEO Classes in Hyderbad | SEO Coaching in Hyde...
SEO Training in Hyderabad |  SEO  Classes in Hyderbad | SEO Coaching in  Hyde...SEO Training in Hyderabad |  SEO  Classes in Hyderbad | SEO Coaching in  Hyde...
SEO Training in Hyderabad | SEO Classes in Hyderbad | SEO Coaching in Hyde...
 
Building Next Generation Websites Session4
Building Next Generation Websites Session4Building Next Generation Websites Session4
Building Next Generation Websites Session4
 
SEO presentation Beginners guide advanced level SEO
SEO presentation Beginners guide  advanced level SEOSEO presentation Beginners guide  advanced level SEO
SEO presentation Beginners guide advanced level SEO
 
Search engine optimization ppt
Search engine optimization pptSearch engine optimization ppt
Search engine optimization ppt
 
Html links
Html linksHtml links
Html links
 
02- Links, Structure and Layout with HTML.pdf
02- Links, Structure and Layout with HTML.pdf02- Links, Structure and Layout with HTML.pdf
02- Links, Structure and Layout with HTML.pdf
 
Quality Link Building
Quality Link BuildingQuality Link Building
Quality Link Building
 
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
 
Seo onpage & offpage, Search Engine Optimization, SEO
Seo onpage & offpage, Search Engine Optimization, SEOSeo onpage & offpage, Search Engine Optimization, SEO
Seo onpage & offpage, Search Engine Optimization, SEO
 
Html hyperlinks
Html hyperlinksHtml hyperlinks
Html hyperlinks
 
6 html links
6 html links6 html links
6 html links
 
intro-to-html
intro-to-htmlintro-to-html
intro-to-html
 
Html links
Html linksHtml links
Html links
 
100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization
 
htmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
htmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaahtmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
htmllinks-191023021435.pptxaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
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
 

Recently uploaded

latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answersdalebeck957
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactisticshameyhk98
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17Celine George
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 

Recently uploaded (20)

latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
 

Html for beginners part II

  • 1. Links and Navigation In HTML visit this blog for more information otaleem.blogspot.com
  • 2. Links and Navigation  What really distinguishes the Web from other mediums is the way in which Web pages can contain links that take you directly to other pages (and even specific parts of a given page). Known as hyperlinks, these links are often attributed to being the secret behind the Web’s phenomenal success.  Hyperlinks allow visitors to navigate between Web sites by clicking on words, phrases, and images.
  • 3. Basic Links  A link is specified using the <a> element.  Anything between the opening <a> tag and the closing </a> tag becomes part of the link a user can click in a browser.
  • 4. Linking to Other Documents  To link to another document, the opening <a> tag must carry an attribute called href, whose value is the page you are linking to.  As an example, here is the <body> of a document called ch03_eg01.html. This page contains a link to a second page called index.html: <body> Return to the <a href="index.html">index page</a>. </body>
  • 6. Types of Hyperlink Hyperlinks can be of two types:  Link to some other web page  Links to the external document.  Link to a specific place within the same document.
  • 8. Link to a different site:  If you want to link to a different site, you can use the following syntax, where you specify a full URL (Uniform Resource Locator) to the page you want to link to rather than just the filename. <body> Why not visit the <a href="http://www.wrox.com/">Wrox Web site</a>? </body>
  • 9. Title attribute  It is also good practice to use the title attribute on a link, as this will be displayed in a tool tip (a little bubble that appears stating the title) in most visual browsers when the user hovers over the link.  This can help the visually impaired if they use a voice browser.  The value of the title attribute should be a description of what the link will take you to. They are especially important if you use an image for a link.
  • 10. example,  Here is a link to the Google home page. <a href="http://www.Google.com/" title="Search the Web with Google"> Google</a>is a very popular search engine.
  • 12. Linking to E-mail Addresses  To create a link to an e-mail address you need to use the following syntax with the <a> element: < a href="mailto:name@example.com"> name@example.com</a>  Here, the value of the href attribute starts with the keyword mailto, followed by a colon, and then the e-mail address you want the mail sent to.
  • 13. Linking to E-mail Addresses  As with any other link, the content of the <a> element is the visible part of the link shown in the browser, so you might choose to use the following: <a href="mailto:name@example.com">E-mail us</a>.  Or, if you want users to see the e-mail address before clicking it, you can use the following: For sales enquiries e-mail <a href="mailto:name@example.com">sales@exa mple .com</a>.
  • 15. Images as hyperlinks  Just as text act as a hyperlink, in the same way images can also act as hyperlinks.  Anything included within the <A>…</A> tags become hyperlink  Image can be made hyperlinks by enclosing image tag within <A>… </A>tags.  Syntax: <A href=“my_site” ><img src=“img1.gif”></A>
  • 16. MARQUEE TAG: BEHAVIOR  <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=“100%” BEHAVIOR=“ALTERNATE” bgcolor=“yellow”>This is an example of an alternating marquee...</MARQUEE></FONT>  <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=SCROLL bgcolor=yellow LOOP=3>This is an example of a scrolling marquee...</MARQUEE></FONT>
  • 17. MARQUEE TAG : DIRECTION  <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=SCROLL DIRECTION=RIGHT BGColor=yellow>This is an example of a marquee scrolling to the right...</MARQUEE></FONT>  <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=SCROLL DIRECTION=RIGHT BGColor=yellow>This is an example of a marquee scrolling to the right...</MARQUEE></FONT>
  • 18. MARQUEE TAG : SIZE  <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE BEHAVIOR=SCROLL HEIGHT=25 WIDTH=300 BGColor=yellow>This is an example of a scrolling marquee</MARQUEE></FONT>
  • 19. TABLE TAG <table cellpadding="10" cellspacing="10" align="center" border="3" bordercolor="cyan"> <tr> <td>A</td> <td>B</td></tr> <tr> <td>C</td> <td>D</td> </tr> </table>
  • 20. MARQUEE TAG : SIZE  <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE BEHAVIOR=SCROLL HEIGHT=25 WIDTH=300 BGColor=yellow>This is an example of a scrolling marquee</MARQUEE></FONT>