This group of attributes contains only those used for HTML frames styling.

Related elements:

noresize attribute:

FRAME

marginwidth attribute:

FRAME, IFRAME

marginheight attribute:

FRAME, IFRAME

scrolling attribute:

FRAME, IFRAME

frameborder attribute:

FRAME, IFRAME

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), yesno

frameborder attribute:

  • provides information about frame border
  • possible values: 1 (default), 0

Example

HTML frame styling attributes:

 

›› go to examples ››