January 2003
Beginner to intermediate
1200 pages
23h 42m
English
You use the <frame> element to create an individual frame. This element is an empty element, and you use it inside the <frameset> element. It's supported in XHTML 1.0 Frameset only. Here are its attributes:
class— Gives the style class of the element. (XHTML 1.0 Frameset.)
dir— Sets the direction of text that doesn't have an inherent direction in which you should read it, called directionally neutral text. You can set this attribute to ltr, for left-to-right text, or rtl, for right-to-left text. (XHTML 1.0 Frameset.)
frameborder— Sets whether borders enclose the frame. In Netscape Navigator, you set this attribute to yes (the default) or no; in the Internet Explorer you set it to 1 (the default) or 0 (no border). ...