use php
1. Display the array elements in h1 tags. 2. Create an array $links in which the key is the name of the college and the value is the hyperlink to the college. Display the names of the colleges as hyperlinks. When you click on those links, the college website should open. 3. Display the data from the array $colleges in an HTML table.The first column should display the short names of the colleges(key) and the second column should display the fullname of the colleges (value). 4. Display the college names from the array $colleges in an ordered list. 5. Display the $collegs array elements in the dropdown list.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here