HTML Links
HTML Links
External Links
Internal Links
Mail Links
Creating Hyperlinks in a Webpage
<A>-Anchor tag.
<A href=“hello.html”>Click me</A>
HREF is the attribute to provide the
reference of the web resource that you
want to link.
Internal Links
Internal Links-Video
https://www.youtube.com/watch?v=9Tj
kloW78UI
https://www.youtube.com/watch?v=wc
W8UyUrZJU
Internal Links
Used to move from one part or
section of web page to another part
OR
Section of the same web page or
other related web page of same
website.
Internal Links
Used to connect different sections of
same web page.
Book marks need to be created for
this.
<a> tag is used for this.
Internal Links-Example
<a href=“#bottom”>
Go to bottom of the page</a>
Type the content…..
<a name=“bottom”></a>
Inserting color for the Hyperlink
ALINK
<body alink=“green”>
VLINK
<body vlink=“red”>
Inserting color for the Hyperlink
https://www.w3schools.com/charsets/ref_
utf_symbols.asp