Create two links to two separate web pages. Students have trouble with resizing images. They try to make them as large as the largest image. You should make them all as small as the smallest image. Resizing should be accomplished using an image editing program such as Adobe Photoshop.
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.
.wav (HTML5 audio tag)
.ogg (HTML5 audio tag)
.mp3 (HTML5 audio tag)
This section demonstrates the variety of video formats available for use within a web page. The HTML5 video
and embed
tags will be used within this section as well as the iframe
tag. Please visit the Can I use website for information regarding HTML5 and browser support.
Video (HTML5 video tag)
Video (Youtube iframe tag)
Video (HTML5 embed tag)