Assignment: Create a Digital Greeting Card
Objective
In this assignment, you will create a digital greeting card using HTML, CSS, and JavaScript.
The card should:
- Ask the user for their name.
- Allow the user to select their favorite color.
- Output a customized greeting message in their chosen color.
- You should have a unique message for each member of your class.
Instructions
- Build a simple web form with an input for the user’s name and a dropdown for color selection.
- Use JavaScript to capture the input and display a personalized message.
- Customize the message for each classmate (e.g., “Merry Christmas, Juliana! You’re awesome at programming!”).
- Style the card with CSS to make it visually appealing.
Place a link to your HTML file containing the assignment into your index.html.