CLICK HERE

Earning More

Clickz

Tuesday, December 7, 2010

Use Of (noframes) Tag coding

<html>
<title>Kuldeep Ji</title>

<frameset cols="25%,50%,25%">
  <frame src="http://google.com">
  <frame src="http://gmail.com">
  <frame src="http://orkut.com">

<noframes>
<body>Your browser does not handle frames!</body>
</noframes>

</frameset>

</html>

1 comment: