Page 173 - Web Applications (803) Class 12
P. 173
PLUGINSPAGE=”http://www.apple.com/quicktime/download/win.html”>
</embed>
<object data= “ mymusicfile.mp3” height=”100” width=”250”>
</object>
<A HREF=” mymusicfile.wav”> Click Here to play the Audio </A>
2. Explain any four advantages of using multimedia files on web pages.
Ans. It’s integrated and interactive: All of the various media are integrated during the digitalization process.
Interactivity is improved by having access to fast feedback.
It is incredibly user-friendly: Because they can sit and watch the presentation, read the text, and listen to the
audio, the user doesn’t use much energy.
It engages a range of senses: When using multimedia, it takes full use of the user’s senses, including hearing,
observing, and speaking.
Enhanced Page Rankings for SEO: The user experience, web crawler diagnostics, and linkability of your page
can all be impacted by the usage of multimedia and rich media, which are all significant SEO criteria. Multimedia
can convey ideas more effectively than a mountain of text. As a result, adding meaningful images or graphics
to your page may be a crucial contextual addition to keyword-rich content that can increase search traffic.
3. List any four ways to embed Video in a webpage.
Ans. Video can be embedded in a webpage through the following ways:
Using <video> tag. Example:
<video width=”300” height=”250” controls>
<source src=”movie1.mp4” type=”video/mp4”>
<source src=”movie2.ogg” type=”video/ogg”>
Your browser is not supporting the video tag.
</video>
A video may be made web-ready with the aid of Free Video Converter from Freemake.com if we don’t want to
use third-party websites for video hosting.
You may add video and other forms of content to your website by using an embed code, which is a section of
HTML code. Easy HTML5 Video, as the name suggests, is designed to convert videos to HTML5.
You may add video and other forms of content to your website by using an embed code, which is a section of
HTML code.
4. Why do today’s websites contain more and more multimedia? [CBSE HANDBOOK]
Ans. A great method to increase traffic and establish your brand is by using multimedia on your website. People
have developed a strong visual sense. Without using audio, video, and accompanying visuals to increase brand
identification, it would be practically difficult to position your company’s brand successfully today. Simply said,
developing your brand necessitates the utilisation of all accessible multimedia resources. For example, people will
always prefer online video tutorials over reading manuals.
5. What are .swf files? List 2 ways to include them in a webpage.
Ans. .swf files are Flash files. Flash is a vector animation program designed specifically to produce animations for
websites. They are ideal for the web since vector graphics are so lightweight. A Flash file can be inserted into
HTML in a variety of ways.
Customising and Embedding Multimedia Components in Web Pages 171

