<div class="row">
<div class="large-9 columns">
<label>
John
<asp:DropDownList ID="DropDownList1" runat="server"></asp:DropDownList>
</label>
<label>
Peter
<asp:DropDownList ID="DropDownList2" runat="server"></asp:DropDownList>
</label>
<label>
Jeff
<asp:DropDownList ID="DropDownList3" runat="server"></asp:DropDownList>
</label>
</div>
</div>
ASKER
HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.
TRUSTED BY
Also can you post the rendered HTML (view source - copy and paste the HTML for the row.