- Thumbnails Main Image Image Title Image Description Instructions 1 Create An Html Document To Implement An 1 (49.01 KiB) Viewed 18 times
Thumbnails -> Main Image -> Image Title -> Image Description -> Instructions: 1. Create an HTML document to implement an
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Thumbnails -> Main Image -> Image Title -> Image Description -> Instructions: 1. Create an HTML document to implement an
Thumbnails -> Main Image -> Image Title -> Image Description -> Instructions: 1. Create an HTML document to implement an image gallery. 2. Add detailed image description (may be 3-4 sentences) to all thumbnails (use alt attribute to store image description). 3. Add title to all thumbnails (use title attribute to store the image title).. 4. Create two HTML elements below the main image tag; one for showing the image title (use H1 tag) and another for showing the image description (use P tag). 5. On moving your mouse over the thumbnails, implement the followings (using a suitable user-defined function): a. Change the border color of thumbnails. b. Display the thumbnail image in main image area. c. Display the thumbnail title in H1 tag. d. Display the thumbnail description in P tag. Notes: . Make sure to implement the step 5 using suitable function call