Advertisements
Advertisements
Question
Write a short note on familiar images format.
Solution
- Familiar Image Formats – GIF (Graphical Interchange Format):
This format is one of the popular format for animated images. It was developed by CompuServe. Usually this image format is suitable for presenting tiny animated images, logos, icons, line art etc., It is not suitable for photographic work, because it uses a maximum of 256 colours. Animated GIF do not support sound or playback control. - JPEG (Joint Photographic Experts Group):
JPEG is the most popular image format supported by all web browsers. This format is suitable for photographic images. Unlike GIF, JPEG can include any number of colours. - PNG (Portable Network Graphics):
PNG is designed as a replacement for GIF. It is also supported by all browsers. - SVG (Scalable Vector Graphics):
SVG is a graphics format that was developed for web. It was standardized by World Wide Web Consortium (W3C) in 2001.
APPEARS IN
RELATED QUESTIONS
Which image format was standardize by W3C?
The tag used to insert an image in HTML:
In HTML, a piece of text or image can be moved horizontally or vertically by using:
Inline sound can be inserted using which of the following tag?
Which value causes the audio play as long as the page is in view?
Match the following:
(a) <textarea> | (1) inline |
(b) <input> | (2) Video |
(c) <bgsound> | (3) Multiline input |
(d) <embed> | (4) Password |
List out the popular image formats.
What is inline sound or movie?
Explain the main attributes used with <form> tag.
The attribute of the <IMG> tag used to specify the location of an image is ______.
Which of the following is not an attribute of <img> tag in HTML?
The ______ attribute of <img> tag specifies an alternate text for an image if the image cannot be displayed.
Abhilasha has just designed a web page. At the end of the web page, she wants to insert an image “next.jpg”. She needs to link another web page with this image, i.e., whenever anyone clicks on the image “next.jpg”, another web page named “second.html” should open. Help her in writing the code to achieve it.
Note: Assume that image and both the web pages are stored in the same folder.