Easy Tutorial
❮ Canvas Moveto Html Colorname ❯

HTML <frame> longdesc Attribute

HTML <frame> Tag

Example

The longdesc attribute points to a page containing a long description of the frame content:


Browser Support

Almost all major browsers do not support the longdesc attribute.


Definition and Usage

The longdesc attribute specifies a URL pointing to a page that contains a long description of the frame content.

Tip: Due to the poor browser support for the longdesc attribute, it is not necessary to use this attribute. If a long description for a frame is needed (if necessary), simply create a link to the description page (which is visible to everyone).


Syntax

Attribute Values

Value Description
URL Specifies the URL of the page that describes the frame content. Possible values: Absolute URL - points to another website (e.g., longdesc="http://www.example.com/description.txt")<br>Relative URL - points to a file within the website (e.g., longdesc="description.txt")

❮ Canvas Moveto Html Colorname ❯