اسلام وعلیکم

میں نے ایک ایچ ٹی ایم ایل کی فائل بنائی ایک میں ہیڈر دیا ہے اور ایک میں بوڈی اب میں نے ہیڈ میں جو لنک دیا ہے وہ میں بوڈی میں ہی کھولنا چاہتا
ہوں جیسے جو بھی ہیڈر میں لنک ہے اگر اس پر کلک کریں تو وہ بوڈی میں کھولیے

I made a html file header and body not use table and frame now i gave the link in header and want to open in body
so how can i do this please solve this any web expert

This code










<html><head><title> Web Site Link</title></head>
<div style="background-colorrange;height:450px;width:100px;float:left;">
<a href=Homepage.html Name=1>Click Here</a><br />
Item 1<br />
Item 2<br />
Item 3...
</div>
<div style="background-color:#eeeeee;height:450px;width:650px;float:right ;"Name=#1>
Main body
</div>