Overview
SIGHT
This section demonstrates how to link to two different web pages that contain images and text. Students often struggle with resizing images—they tend to enlarge all images to match the largest one. Instead, all images should be resized to match the smallest one.
Use your favorite image editing program to resize the images properly within your web pages. There is a 1MB file size limit for photos residing on the web server.
1. Web Pages
SOUND
This section demonstrates the implementation of sound into a web page.
The HTML5 audio tag will be explored. Please visit the
Can I use website for information
regarding HTML5 and browser support.
There is a 1MB file size limit for audio files residing on the web server.
2. Audio Files
- wav (HTML5 audio tag)
- ogg (HTML5 audio tag)
- mp3 (HTML5 audio tag)
Horse (OGG):
Applause (WAV):
Embedded audio example:
MOTION
This section demonstrates the use of commonly supported video formats
available for use within a web page. The HTML5 video tag and the
iframe tag that YouTube uses to embed a video within a web page
will be used in this section. Please visit the
Can I use website
for information regarding HTML5 and browser support.
3. Video Files
- Video (HTML5 video tag)
- iframe (YouTube embedded player)