non model array and html select tag

hi all,

I want to populate the options of a html tag with the elements of an array (not from a model)

say; arr= ['has', 'have', 'give', 'get']

i can't figure out how i can achieve this. any suggesstion is appreciate.

I don't understand what you are trying to do with the array. Please give an example of the html output you are attempting to produce from the array.

Colin