Iframe
The iframe tag specifies an inline frame.
An inline frame is used to embed another document in the current HTML document.
HTML iframe code
x
<iframe src="/eu" width="100%" height="480" title="Exemplo Iframe"></iframe>
The iframe tag specifies an inline frame.
An inline frame is used to embed another document in the current HTML document.