show-notice
hide-notice

Friday 9 August 2013

HTML frame and frameset Tag


Introduction:

The HTML frame tag is used to specify each frame within a frameset. For example, you can have a left frame for navigation and a right frame for the main content. For each frame, you specify the frame with the frame tag.

Example:
<html>
<head>
<title>HTML frame Tag</title>
</head>

<frameset cols = "25%, *">
  <noframes>
  <body>Your browser doesn't support frames.
  Therefore, this is the noframe version of the site.</body>
  </noframes>
  <frame src ="http://www.gohilinfotech.blogspot.in/" />
  <frame src ="http://www.gohilinfotech.blogspot.in/" />
</frameset>

</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com