
CBSE Guess > Papers > Important Questions > Class XII > 2013 > Multimedia & Web Technology > Multimedia & Web Technology - by Mr. Amrit Chhetri
CBSE CLASS XII
Multimedia & Web Technology

SECTION-3 ( WEB DEVELOPMENT -HTML & WEB TECHNOLOGIES(I) -10/40 MARKS) :-
Q. 1. Give the full forms of the following Abbreviations:
- XML
- FOSS
ANSWER-Q3.1:
Abbreviations |
Full Forms |
XML |
Extensible Markup Language |
FOSS |
Free and Open Source Software |
Q. 2. What are the two differences between JPEG and GIF:
ANSWER-Q3.2:
Two differences between JPEG and GIF are give below:-
JPEG |
GIF |
Its full form is Joint Photographic Engineering Group. |
Its full form is Graphics Interchange Format. |
It supports high resolution and can take 24 bits color combinations yielding millions of colors. |
It does not support high resolution and can take 8 bits color combination yielding only 255 colors. |

Q. 3. Write a HTML Code to generate the web page in the format shown below:
Consider the following while writing the HTML code
- Background color of the page should be “White”, text color should be “Magenta” .
- Title of the page is “Darjeeling-Queen Of Hills”.
- Text color of main heading on the page should be “Blue”.
- Font face of text in the page should be “Verdana”.
- Picture used in the page is the file “Darjeeling.jpeg”.
- Use the concept of select list to display drop-box for selecting values of 'Tourist Spot'.
- Pages linked to :
ANSWER-Q3.3:
<html>
<head><title> Darjeeling</title></head>
<body>
<table>
<tr><td><img src="darjeeling.jpg" height="70" width="120"></td>
<td colspan=5>
Darjeeling is a beautiful hill station of West Bengal and Toy Train is its ornament. <br>
Darjeeling is also know as the Queen Of Hills. Darjeeling Tea is world famous. <br>
St. Paul's School, one of the best, is also located there. Barfi is being filmed on Darjeeling. <br>
During this winter season, there was a slight snowfall in the month of December. <br>
</td>
<td><img src="darjeeling.jpg" height="70" width="120"></td>
</table>
<br>
</tr>
<DIV align="center">
<b> Select Tourist Sports:</b>
<select name="select">
<option> PN Zoo</option>
<option> Rock Climbing</option>
</select>
</DIV>
</body>
</html>

Submitted By : Mr. Amrit Chhetri
Computer Science Trainer/Educator,
Principal Business Consultant,
Social Media Strategist
Mobile : +91-9911290373, +91-9717346736
Twitter : http://twitter.com/AmritChhetriB
Facebook : https://www.facebook.com/AmritChhetriB |