Reference no: EM133370921
1. Review the example of using the date object in Javascript at the following link: LINK
2. In the <body> of index.html add a message to the top right of the page, just below the menu bar, with the following features:
a. Message should appear in bold, red font
b. Message should change based on the time of the user's visit:
i. If user is visiting the website after midnight and before or at 6:00 AM, the message would be:
Good morning, you must be an early bird!
ii. If user is visiting the website after 6:00 AM and before or at noon, the message would be: Good morning
iii. If user is visiting the website after noon and before or at 6:00 PM, the message would be: Good afternoon
iv. If the user is visiting the website after 6:00 PM and before or at midnight, the message would be: Good evening