Frame Sets in HTML
Frame Sets in HTML : It is used to arrange multiple frames with in columns wise or row wise.
Frame : Evert HTML output is called frame.
Attributes of frame set :
Rows : Arrange the frames in row wise.
Cols : Arrange the fames in column wise.
Frame border : Removes or assign the frame work.
Scrolling : It is the attribute of frame tag, it is used to remove or assign the frame scrolling
Example :
<frame src=“ex.html” scrolling=“no” rows=“20%” frame border=“yes”>
</frame>
Example :
No comments:
Post a Comment