A full iframe element is a combination of resource location, width, and height:
<iframe src="#" width="" height=""></iframe> <!-- For example... --> <iframe src="./pages/iframe-example.html" width="400" height="300"></iframe>