I want to create a table like structure like the one below
label1 label2 label3
abc 123 tomo
using UL and LI Html elements.I Don’t want to use HTML tables because there is a button which says add new line which adds a new line at runtime. Also I will make the whole list to be rearrangeable buy providing a rearrangeable button.
You can float each
ulto the left,float:left