<%! String[] colors = {"Green", "yellow", "Black", "Red", "pink"}; %> Setting Colors Code

List of colors

<% for (int i=0; i <% } %>
Color Name:
<%= colors[i]%>