MINI 2

Drop down lists are fairly simple to design in HTML it comes down to a few simple line of codes really. You can use a table to set one up which will allow for more overall customization. However, to make things simpler and a bit more mainstream the way I'll be discussing involves using the <select> tag. You simply set a select tag at the beginning of your list the enter option values for each drop down you want as seen below.
\
This code will result in the following appearing in a single drop down selection column. You can also, as with most HTML, insert style to further customize the look of the option values.