You will create a web page that displays a brief zodiac description and corresponding image when the visitor inputs their birthday. Locate the descriptions and images from anywhere online. Site your sources. Your page should have the following elements:
1. A heading that says: "The Chinese Zodiac".
A subheading that says: "A Code Demonstration for PHP".
2. A method for collecting the visitor's birthday.
3. Two arrays: one for the Zodiac signs and one for the descriptions.
You can use this text file for the Zodiac array: zodiac_years.txtPreview the documentView in a new window
4. Output the correct sign and description for any correct birthday values.
5. Correct HTML and PHP (and if you use it, JavaScript) coding techniques.