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...



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.



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here