If the frameset is not support : frame « Tags « HTML / CSS






If the frameset is not support

  

<html>

<frameset cols="25%,50%,25%">
  <frame src="frame_a.htm">
  <frame src="frame_b.htm">
  <frame src="frame_c.htm">
<noframes>
<body>Your browser does not
handle frames!</body>
</noframes>
</frameset>

</html>



           
         
    
  








Related examples in the same category

1.'frame' creates a single frame within the 'frameset' element
2.Frameset in Columns
3.Frameset in Rows
4.Frameset: Column inside Row
5.Noresize Frameset
6.Frameset column with size
7.This document uses frames
8.Frame target: Display, _new, _self, _top
9.Floating Frame Example
10.Frames example
11.'marginheight' sets the size, in pixels, of the top and bottom margins of a frame
12.'marginwidth' sets the left and right margins in pixels
13.'noresize' Example