1. The <iframe> Tags

Element Breakdown
<iframe src="#" width="" height=""></iframe>

Iframes, like many of the HTML elements you will become familiar with, are multi-part elements containing a set of tags, sources, and attributes.

Remember?
Tags identify the element and are required. Attributes provide additional information about that element, with some being required and some optional.


html iframe tags