Here are three hyperlink used in website
1. Internal or local link
2. Internal Hyperlink
3. External Hyperlink
This page is using the following code and it is running.
<html>
<head>
<title> Hyperlink in Website </title>
</head>
<body bgcolor=BLACK>
<a name=top> </a>
<font size=6 color=RED>
<h1> <center> Here are three hyperlink used in website </center></h1></font>
<font size=5 color=Blue>
<h2> <center>1. Internal or local link </center></h2></font>
<font size=3 color=White><p>
</p></font>
<hr size=6 color=yellow>
<font size=5 color=Blue><br>
<h2> <center>2. Internal Hyperlink </center></h2></font>
<font size=5 color=White><br>
<a href="castle.jpg"> <center> Castle photo </center> </a></font><br>
<hr size=6 color=yellow><br>
<font size=5 color=Blue><br>
<h2> <center>3. External Hyperlink </center></h2></font>
<font size=5 color=White><br>
<a href="castle.jpg" target=external> <center> Castle photo </center> </a></font><br>
<hr size=6 color=yellow><br>
<a href="#TOP"> <font size =5 style="color:green;"><center> Top </center></font></a><br>
<button onclick="top" value="Click me"> Submit
</button>
</body>
</html>
this code now is in this website being used.
No comments:
Post a Comment