I am tyring to create what looks like an unordered list in my html document. Essentially, I am taking a MS word document that has step-by-step instructions on how to do something. Each step is its own bullet and some bullets have sub-bullets. Additionally next to some of the bullets will be thumbnails with links to pictures (floating on the right). I can either do a blockquote of the text and just paste it into the html document or I can cut and paste each bullet point as a list item.
I read somewhere that blockquotes are not a good idea. My question is: what is the best way to create a list with bullets and sub-bullets and retain the ability to throw pictures next to certain bullet points?
I am using pure css for formatting. Any advice is appreciated. If anyone has any examples of what I am trying to describe above, I would love to see them.