English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The longdesc attribute specifies the URL of the page, which contains a detailed description of the frame content. The support for the longdesc attribute is very poor, so it should not be used.
The longdesc attribute points to a page that contains a detailed description of the frame content:
<frameset cols="50%,50%"> <frame src="frame_a.htm" longdesc="w3s.txt"> <frame src="frame_b.htm"> </frameset>Test it out ‹/›
IEFirefoxOperaChromeSafari
Almost all mainstream browsers do not support the longdesc attribute.
HTML5 The <frame> tag is not supported.
The longdesc attribute specifies the URL of the page that contains a detailed description of the frame content.
Tip: The longdesc attribute is poorly supported and should not be used. To provide a detailed description of the frame (if necessary), simply create a link (visible to anyone) to a page with the description.
<frame longdesc="URL">
Value | Description |
---|---|
URL | Specifies the URL of the page that defines the content of the description frame. Possible values:
|