Frame tag and Example
Frame tag Elements of frame tag The <frameset> tag provides us with the facility to divide our windows into multiple sections and each section has the same capability to execute individually. Attribute rows: Rows divide our window into rows and the format of division is <frameset rows=”50%,*”> or<frameset rows=”50%,50%”> Cols: Cols divide our window into columns and the format of division is <frameset Cols =”50%, *”> or <frameset Cols =”50%,50%”> Border: Border provides border format at a pixel rate. Example: <frameset border="1> <frame> tag: The frame tag provides a window frame with the src attribute. Attributes: src: Src provides the URL of the to-be e...
Comments
Post a Comment