<%= label_tag attr %> <%= text_field_tag attr %>
<%= label_tag :method %> <%= select_tag :method, options_for_select(%w[get post], 'get') %>