I want to create an un-order list in html. Each of list item, there will be an icon on left side and an icon on right side. The text is among 2 icons and should auto occupy available screen width. In the case of long text, it will be ellipsis. The list item should like this:
++++++ ++++++++++++++++++++++++++ ++++++
+icon+ + short text + +icon+
++++++ ++++++++++++++++++++++++++ ++++++
++++++ ++++++++++++++++++++++++++ ++++++
+icon+ + long text long text ...+ +icon+
++++++ ++++++++++++++++++++++++++ ++++++
++++++ ++++++++++++++++++++++++++ ++++++
+icon+ + short text + +icon+
++++++ ++++++++++++++++++++++++++ ++++++
I tried many ways to create the list but didn't success. Please help! Any solution or recommends are welcome.
UPDATE: I need the icons on separated tags, such as div
or img
Thanks in advance.