What is the recommended way of designing asp.net web forms using div and span. Assume that we want to design an input form for creating new customers, where it includes name, birth date, education etc.
Considering the above scenario, how div and span could be used for achieving seperation of concerns: seperation of presentation from content. We would like to define a form from the content perspective. Once a content and structure is in place, some designer can develop CSS and apply to it.
Please help. Thanks in advance.