Web A

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

Q1. Define multimedia and its various types?

Multimedia is the media that uses multiple forms of


information content and information processing (e.g. text,
audio, graphics, animation, video, interactivity) to inform
or entertain the user.

TechieTweet
Techie Tweet
Q2. Advantages and Disadvantages of
multimnedia in web pages?
Advantages: Disadvantages:
i. Greater Immersion i. Potential Damage to Search
ii. Enhanced Page Engine Rankings
Rankings for SEO ii. Loading Times
ii.Better Branding iii.Compatibility
iv. May increase cost and time

TechieTweet
Techie Tweet
Q3. Why we need internet browser? Also
explain web page?.

We need internet browser or web browser to open or


view web pages/websites. A web page is a document
written in either plain HTML or with some advance web
technology like (CSS, JavaScript, PHP, ASP, JSP etc.).

TechieTweet
TechieTweet
Q4. List 5 internet browser which supports
multimedia?

Today most of the Browser support multimedia (except


some text based browsers), like Google's chrome,
Mozilla's Firefox, Microsoft's Edge, Apple's Safariand
opera's Opera Browser

TechieTweet
TechieTweet
Q5. Full form of HTML and XML? ?

HTML extends as Hyper Text Markup Language and


XML as Extensible Markup Language.

TechieTweet
TechieTweet
Q1. How can you differentiate between music,
image and sound data without open?

We can differentiate between different file type by


their extension name.

TechieTweet
TechieTweet
Q2. Why today's web site containing more and
more multimedia?

Multimedia makes website more engaging.


emphasizing key pieces of information, attractive,
increase Website rank and retain user.

TechieTweet
TechieTweet
Q3. Write tags which are used in to add images
in web page?

IMG tag is used to add images in web pages.


Example
<img src="'source/file name" alt="alternate text">

TechieTweet
TechieTweet
Q1. Write tags used in to add audio file in web
page?
For adding Audio file in Web Page we can use
bgsound, object, embed and audio tag.
Example:
<bgsound src="he-knows.way" LOOP="-1" >

<object>
<param name="autostart" value ="true">
<param name="src" value="eureka, wav'>
<param name="autoplay" value="true"'>
<param name="controller" value="true"> TechieTweet
</object> TechieTweet
Q1. Write tags used in to add audio file in web
page?

<EMBED SRC="peanuts.mid" AUTOSTART=FALSE


LOOP-FALSE WIDTH=145 HEIGHT=55
ALIGN="CENTER" >
</EMBED»

TechieTweet
TechieTweet
Q2. Write tags used in to add video file in web
page?
For adding Video file in Web Page we can use object,
embed, iframe and video tag.
Example:
<object width="400"height="224">
<param name="allowfullscreen'" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="movie"
value="http://www.facebook.com/v/xxx"/>
</object> TechieTweet
TechieTweet
Q2. Write tags used in to add video file in web
page?

<embed src="http://www.facebook. com/v/xxx"


type="application/x -shockwave-flash"
allowscriptaccess ="always" allowfullscreen="true"
width="400" height="224">
</embed>

TechieTweet
Techie Tweet
Q2. Write tags used in to add video file in web
page?
<iframe width="560" height="315"
src="https://www.youtube.com/embed/1755jZf8iDE"
frameborder="0" allow="accelerometer: autoplay:
encrypted-media: gyroscope: picture-in-picture"
allowfullscreen> </iframe>
<video width="320"height="240"controls autoplay
poster="video. jpg">
<source src="'movie. mp4" type="video/mp4"/>
<source src="'movie. ogg" type="video/ogg"/>
Your browser does not support the video tag.chieTweet
</video>
TechieTweet
Q3. Write tags used in to add flash file in web
page?
For adding Flash file in Web Page we can use object,
embed tag.
EXAMPLE:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
</object>
<embed src="'somefilename. swf" width="550"
height="400">
</embed>
TechieTweet
TechieTweet
Q4. What is CSS and what are the current
version available of it?
CSS is a stylesheet method to separate Design or
layout from website (from HTML). current version of
css is CSS 3.

TechieTweet
TechieTweet

You might also like