Six LOGOs in a Table



ASSIGNMENT: For this assignment you will make six LOGOs just like the ones in this example (except that you have to change the colors). You will take these six LOGOs and arrange them on a web page through the use of a table. Inspect the sample code shown below.

<h3>Six LOGOs in a Table</h3><br> <table width=90% border> <td align=center><img src=circle.jpg width=180 height=180></td> <td align=center><img src=compass.jpg width=180 height=180></td> <td align=center><img src=multi.jpg width=180 height=180></td><tr> <td align=center><img src=double.jpg width=180 height=180></td> <td align=center><img src=box.jpg width=180 height=180></td> <td align=center><img src=bigA.jpg width=180 height=180></td> </table>