Review: The Iframe Element

A full iframe element is a combination of resource location, width, and height:

HTML
<iframe src="#" width="" height=""></iframe>


<!-- For example... -->
<iframe src="./pages/iframe-example.html" width="400" height="300"></iframe>