HTML 30

Description

A web page use a hyperlink tags.

Source Code

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

<BODY>
<! � Example of Links Using URLs ->
<H2>This is an example URLs in Links<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>

Output

HTM30. Hyperlink tag Web page

This is an example URLs in LinksThis link to YAHOO web site
This link uses the mailto:protocol