Web A
Web A
Web A
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?.
TechieTweet
TechieTweet
Q4. List 5 internet browser which supports
multimedia?
TechieTweet
TechieTweet
Q5. Full form of HTML and XML? ?
TechieTweet
TechieTweet
Q1. How can you differentiate between music,
image and sound data without open?
TechieTweet
TechieTweet
Q2. Why today's web site containing more and
more multimedia?
TechieTweet
TechieTweet
Q3. Write tags which are used in to add images
in web page?
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?
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?
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