HTML30
Description

Output

Source Code









Description

This is the example`s of usage of href to link the html to another html or website`s





Output

This is an example URLs in Links

This link to YAHOO web site
This link uses the mailto:protocol






Source Code

<HTML>

<HEAD><TITLE>HTM30. Hyperlink tag Web page</TITLE></HEAD>

<BODY>

<! – Example of Links Using URLs ->

<H2>This is an example URLs in Links</H2>

<A HREF = http://yahoo.com>This link to YAHOO web site</A><BR>

<A HREF = mailto:[email protected]>This link uses the mailto:protocol</A><BR>

</BODY>

</HTML>

BACK