PRACTICAL NO. 15:- INSERT IMAGE WITH HYPERLINK AND SET IMAGE WIDTH AND HEIGHT PROPERTY OF IMAGE
✯ ( VIII ) EXERCISE
✧ Design a web page which includes image hyperlink.
✯ ( IX ) 'HTML CODE'
✯ ( XXXI ) Output ( Take screen shot of the webpage created as output and attach in here)
✯ ( XV ) Pracrical Related Questions
✧ (1) Describe the use of images in web pages.
✯ ANSWER
1.Visual Appeal:
They enhance the aesthetic appeal of the page, making it more visually engaging and attractive.
2.ommunication:-
Images can convey information quickly and effectively, helping to communicate ideas, emotions, or messages to the audience.
3.Branding:-
Images can reinforce brand identity by incorporating logos, colors, and visual elements associated with a brand.
4.Navigation:-
Images can be used as navigation elements, such as buttons or icons, to help users navigate through the website easily.
5.Content Enhancement:-
They complement textual content by providing context, examples, or illustrations to support the information presented.
✧ (2) Describe image types.
✯ ANSWER
1. JPEG (Joint Photographic Experts Group)
2. PNG (Portable Network Graphics)
3. GIF (Graphics Interchange Format)
4. BMP (Bitmap)
5. SVG (Scalable Vector Graphics)
6. TIFF (Tagged Image File Format)
✧ (3) Explian the attributes used for setting the right alignment to the image.
✯ ANSWER
1.HTML Attributes:-
align
2.CSS Properties:-
float , text-align , margin , display, etc
END