Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
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>
html
- Previous
- Next