3 years, 2 months ago
via
Twitter
What's the best way to code breadcrumbs? ol, ul, p, other? Apple uses ol, I think I'll do that
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
Yes, you should use ol. The key to good website construction is to have use the html that reflects the organization of the data and then use css to make it look the way you want. Breadcrumbs are, intrinsically, an order list so that should be the base html type.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse