← Back to Tag Glossary

<iframe>

Media

Embeds another external web page directly inside the current webpage.

Common Attributes

  • src Configures the element's custom src parameter.
  • width Configures the element's custom width parameter.
  • height Configures the element's custom height parameter.
  • title Configures the element's custom title parameter.
  • loading Configures the element's custom loading parameter.
  • sandbox Configures the element's custom sandbox parameter.
interactive-example.html
Live Preview