Get Connect with us
Assignment Description
A responsive pricing table with three plans: Basic, Standard (Popular), and Premium.
Each plan card has a title, price, features list, and a "Sign Up" button.
The Standard plan has a badge ("Best Value") at the top.
When hovering over a plan, it lifts slightly (animation) and gets a stronger shadow.
The buttons change color when hovered.
On smaller screens, the plans stack vertically.
You need to create a web page that includes:
1. A News Ticker (scrolling latest news updates).
2. An Advertisement Banner (scrolling promotional text/images).
3. A Stock Market Updates Section (scrolling stock prices).
Requirements:
✅ Use different behavior, direction, and scrollamount properties.
✅ Use onmouseover="this.stop();" and onmouseout="this.start();" to pause on hover.
✅ Use both text and images inside <marquee>.
✅ Customize using CSS (background color, width, height, and fonts).