,
Share with your friends 

In HTML Creating hyperlinks with diffferent documents

7 ratings Views 205 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

Question / Problem


how to link a html document hyperlink with different websites?

Solution

Solution Ans :
html code for linking:

<html>
<head>
<title> Linking more pages easyly</title>
</head>
<body bgcolor="white">
<center>
<a href="http://www.ranksheet.com" target="www.ranksheet.com">
Go to online certification</a>
<br>
<a href="http://www.google.com" target="www.google.com">
More searches </a>
<br>
<a href="http://www.yahoo.com" target="www.yahoo.com">
More searches </a>
</center>
</body>
</html>

These are the simple page linked with thee web sites
1.save the coding in.html format
2.run the code on the web browser

Applies to

HTML

Rank It

Login to rank it

Report


Advertisement