J. Blustein

CS3172 > Materials > Lecture Slides (file list) > Graceful Degradation > (2 of 3)

Web-centric Computing

[Course | Announcements | Materials | Resources]

Lecture Slides

Graceful Degradation

Second, consider the room for growth:

  1. <img 
       src="TheEarth.gif"
       alt="The Earth as seen from space." />
       
  2. <p>
                          <!-- First, try the Python applet -->
      <object title="The Earth as seen from space" 
              classid="http://www.observer.mars/TheEarth.py">
                          <!-- Else, try the MPEG video -->
        <object data="TheEarth.mpeg" type="application/mpeg">
                          <!-- Else, try the GIF image -->
          <object data="TheEarth.gif" type="image/gif">
                          <!-- Else render the text -->
           The <strong>Earth</strong> as seen from space.
          </object>
        </object>
      </object>
    </p>
    

The object example is slightly adapted from the HTML 4.01 standard. A longer excerpt and full citation is also available.

[Back to part 1] or [Forward to part 3]


http://www.cs.dal.ca/~jamie/course/CS/3172/Materials/Lecture/HTML/grace2.html
Version:
Wednesday, 10-Jun-2009 14:30:32 ADT
CS 3172 Prof.:
J. Blustein <jamie@cs.dal.ca>

This webpage uses valid XHTML 1.0

The object example comes from HTML 4.01 Specification W3C Recommendation 24 December 1999 edited by D. Raggett, A. Le Hors, and I. Jacobs. It is copyright ©1997-1999 W3C®. (MIT, INRIA, Keio), All Rights Reserved.