Wednesday 16 July 2014

Frame Tag

The <frame> tag defines one particular window (frame) within a frameset.

Each frame in a frameset can have different attributes, such as border, scrolling, the ability to resize ...

There are many Optional attributes for the frame
I will just tell about that and explain in the next post

frameborder 0,1 Specifies whether or not to display a border around a frame

marginheightpixelsSpecifies the top and bottom margins of a frame
marginwidthpixelsSpecifies the left and right margins of a frame
namenameSpecifies the name of a frame
noresizenoresizeSpecifies that a frame cannot be resized
scrollingyes
no
auto
Specifies whether or not to display scrollbars in a frame
srcURLSpecifies the URL of the document to show in a frame                        
longdescURLSpecifies a page that contains a long description of the content of a frame

1 comments: