↧
Answer by Vikneswaran S J for Is it appropriate to use the unordered list...
Yes, unordered list is very useful in this case. But merely an unordered list looks not so attractive. So go for Cascading style sheets(CSS) which is very simple and more attractive reusable styling...
View ArticleAnswer by Caillou for Is it appropriate to use the unordered list (ul)...
First of all : yes, using unordered list makes sense. But you might want to style it a bit with css in order to get a better visual than bullet lists.So, my real advice is to use bootstrap and its grid...
View ArticleIs it appropriate to use the unordered list (ul) element for composite content
I recently had a thought of utilizing the unordered list element to represent a list of composite content (such as a product list with details or an image list with captions).For example:...
View Article