English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Este artigo introduce a propriedade src do atributo frame do HTML, que especifica o URL do documento a ser exibido no frame, demonstrando em tempo real como usar a propriedade src do frame do HTML, a compatibilidade do navegador, a definição sintática e as informações detalhadas de seus valores.
The src attribute specifies the location of the document to be displayed in the <frame>:
<frameset cols="50%,50%"> <frame src="frame_a.htm"> <frame src="frame_b.htm"> </frameset>Test see ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the src attribute.
HTML5 The <frame> tag is not supported.
The src attribute specifies the URL of the document to be displayed in the frame.
<frame src="URL">
Value | Description |
---|---|
URL | Specifies the address of the document to be displayed in the frame. Possible values:
|