Frames example : frameset : Frame Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Tags » frameset »

 

Frames example


 

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
  <title>Frames example</title>
</head>

<frameset rows="150, *, 100">
    <frame src="http://www.navioo.com" />
    <frame src="http://www.navioo.com" />
    <frame src="http://www.navioo.com" />
    <noframes><body>Unfortunately, your browser does
      not support this technology. </body></noframes>
</frameset>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Tags
» frameset