'frame' creates a single frame within the 'frameset' element : frame « Tags « HTML / CSS






'frame' creates a single frame within the 'frameset' element

  
<html>
<head>
<title>frame element example</title>
</head>
<frameset rows="33%, 33%, *" cols="33%, 33%, *">
    <frame name="frame_1" src="http://www.java2s.com">
    <frame name="frame_2" src="http://www.java2s.com">
    <frame name="frame_3" src="http://www.java2s.com">
    <frame name="frame_4" src="http://www.java2s.com">
    <frame name="frame_5" src="http://www.java2s.com">
    <frame name="frame_6" src="http://www.java2s.com">
    <frame name="frame_7" src="http://www.java2s.com">
    <frame name="frame_8" src="http://www.java2s.com">
    <frame name="frame_9" src="http://www.java2s.com">
</frameset>
<noframes>Your system doesn't support frames.</noframes>
</html>
    
      
        
    
  








Related examples in the same category

1.Frameset in Columns
2.Frameset in Rows
3.If the frameset is not support
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