Get free weekly enews from websitePlus includes #socialmedia #ideas, resources, how-to's, informative blog posts plus more
Lists can help make content on a website easier to read
Lists can help make content on a website easier to read. People tend to scan lists better than reading paragraphs. With content that has lots of paragraphs consider using lists to help people find information. Lists can be ordered (numbered) or unordered.
If the most of your post is an ordered (numbered) list then consider using the number of items as part of the title for the post.
Following are some example of HTML code used to generate lists
Example of an ordered (numbered) list
Using the following HTML code:
<ol>
<li>Red</li>
<li>Blue</li>
<li>Green</li>
</ol>
Will produce:
- Red
- Blue
- Green
Example of an unordered list
Using the following HTML code:
<ul>
<li>Red<<li>
<li>Blue</li>
<li>Green</li>
</ul>
Will produce:
- Red
- Blue
- Green
Did you like this? please share
More like this
- To help make your content easier to find use keywords
- Tidy titles can help make a website easier to read
- Is your website content still as good now as it was when it was first posted?
- Can I upgrade my Drupal 6 website to a Drupal 7 website yet?
- A content creation strategy can help your website deliver results
Contact us if you have an interesting social media link you would like to share or if you need more information.





