I'm working on creating cloud tags in HTML. So far, I've been able to use the ul tag and apply CSS to create them. Below is an image of my cloud tag:
Now, I want to add a zoom effect when hovering over any of the tags (e.g., "Learn Java"). The tag should zoom out when the mouse hovers over it and return to its original size when the mouse moves away. I've seen this feature on many websites. Here's the HTML code snippet I have so far:
HTML code goes here...
Can someone please suggest a solution to achieve this hover effect? Your help is much appreciated.