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:

Instructions

  1. Build a simple web form with an input for the user’s name and a dropdown for color selection.
  2. Use JavaScript to capture the input and display a personalized message.
  3. Customize the message for each classmate (e.g., “Merry Christmas, Juliana! You’re awesome at programming!”).
  4. Style the card with CSS to make it visually appealing.

Place a link to your HTML file containing the assignment into your index.html.

Example Digital Greeting Card