I want to create a data entry form as follows:
Name: [ Name textbox ]
Age: [ Age textbox ]
label n: [ textbox n ]
If the labels are left-aligned and the text fields are left-aligned. I know that I can do this in an element table, but I also know that "tables should only be for tabular data." Although I partially agree / disagree with this statement - I would like to know whether it is possible / necessary to consider that my desired layout is โtabular dataโ and which alternative layout should have yielded the same results without dozens of rows of complex cross- CSS browser.
I am not involved in web development at the moment (strictly WinForms for some time when I work with the user interface), so I appreciate that there can be an elegant solution. Perhaps due to an unordered list with bullet points turned off and the position of the label-> field field shifted, maybe?
source
share