TUTORIALS
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
Lesson 9
Lesson 10

EXERCISES
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Exercise 9
Exercise 10


AUDIO

 -A plug-in is a small computer program that extends the standard functionality of the browser.
 -Plug-ins can be added to HTML pages using the <object> tag or the <embed> tag.
 -These tags define containers for resources (normally non-HTML resources), which, depending on the type, will either be displayed by the browsers, or by an external plug-in.
 -The <embed> tag defines a container for external (non-HTML) content.
 -The <object> tag can also define a container for external (non-HTML) content.
    Problems:
  • Different browsers support different audio formats
  • If a browser does not support the file format, the audio will not play without a plug-in
  • If the plug-in is not installed on the users' computer, the audio will not play
      Tag Description
      <embed> Defines an embedded object
      <object>  Defines an embedded object
      <param> Defines a parameter for an object
      <source> Defines multiple media resources for media elements
      <audio>  Defines a sound content
Copyright � Angel Mae Ruiz(2014)