CIS195 Web Authoring 1: HTML
Brian Bird

Topic: Multimedia for Web Sites



Course weeks and topics
1. Intro to HTML 5 6. Page Layout with CSS
2. First Web Page 7. HTML Tables
3. Developing a Web Site 8. HTML Forms
4. Design with CSS 9. Multimedia
5. Midterm 10.Term Project

Introduction
Overview

Browser Plug-ins

HTML <object> Element

HTML <embed> Element (deprecated)

HTML <iframe> Element
  • Means "inline frame"
  • Another way of embedding a web page (or other document) inside of another web page.
    In the example below, the embedded web page is butterflies.html
  • Reference: w3schools iframe


  <iframe width="400" height="200" src="butterflies.html"></iframe>