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>
- Previous
- Next