Frameset column with size : frame « Tags « HTML / CSS






Frameset column with size

  
<html>

<frameset cols="180,*">

<frame src="content.htm">
<frame src="link.htm" name="showframe">

</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.If the frameset is not support
5.Frameset: Column inside Row
6.Noresize Frameset
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