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