594
edits
No edit summary Tags: Reverted Visual edit |
No edit summary Tags: Reverted Visual edit |
||
Line 5: | Line 5: | ||
== Video == | == Video == | ||
<html> | <html> | ||
<!DOCTYPE html> | |||
<html> | <html> | ||
<iframe src="https://cdn.hedditch.com.au/file/bsh-share/081018%20Mac%20Tonight%20Presentation%20LB.mp4"></iframe> | <body> | ||
<h2>HTML Iframes</h2> | |||
<p>You can use the height and width attributes to specify the size of the iframe:</p> | |||
<iframe src="https://cdn.hedditch.com.au/file/bsh-share/081018%20Mac%20Tonight%20Presentation%20LB.mp4" height="200" width="300" title="Iframe Example"></iframe> | |||
</body> | |||
</html> | </html> | ||
</html> | </html> | ||