Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML iframe definition

Syntax

<iframe> ... </iframe>

Description

The iframe element is used to insert a frame within a block of text. The information to be inserted is set by the src attribute.

Attributes

Attribute Description
src = uri URI to the frame's content.
frameborder  
marginwidth = pixels Margin width.
marginheight = pixels Margin height.
scrolling

If there should be a scrollbar in this frame. Values:

  • yes
  • no
  • auto
align

Vertical or horisontal alignment. Values:

  • top
  • middle
  • bottom
  • right
  • left
  • center
longdesc = uri A link to the long description of the frame.
name = cdata Name of the frame for targetting.
width = length Frame width.
height = length Frame height.

Common attributes.

  • Comments

No comments added.