This group of attributes contains only those used for HTML frames styling.
Related elements:
noresize attribute:
marginwidth attribute:
marginheight attribute:
scrolling attribute:
frameborder attribute:
Attribute characteristics and purpose:
noresize attribute:
- tells the browser that the frame window must not be resizable
- it is a Boolean type of attribute and it must be added as noresize="noresize"
marginwidth attribute:
- amount of space to be left between frame's content in its left and right margin
marginheight attribute:
- amount of space to be left between frame's content in its top and bottom margin
scrolling attribute:
- specifies scroll information for the frame window
- possible values: auto (depends on the browser, default), yes, no
frameborder attribute:
- provides information about frame border
- possible values: 1 (default), 0
Example
HTML frame styling attributes:
Comments
No comments have been made yet.
Please login to leave a comment. Login now