How to create a HTML list (useful for WordPress)

In this article I will show you how to create a HTML list, this is useful to create list on WordPress, Blogger, Tumblr and in any site.

In wordpress we will need to click in “text”, see the below picture.

tabla html wordpress

In”text”, we are indicating what is HTML.

Create a table is so simple like this:

<ul><ol>Thing1</ol>
<ol>Thing2</ol>
<ol>Thing3</ol>
<ol>Thing4</ol></ul>

Y se vería así:

      Thing1
      Thing2
      Thing3
      Thing4

You can see how the words or sentences have to be inside of <ol></ol> tags. And the <ol></ol> tags inside of <ul></ul> tags. It is all!

But there is another tag to create a HTML list…..<li></li>, this tag is like <ol></ol>. The difference is <li></li> will create an arranged list.

  • Thing1
  • Thing2
  • Thing3
  • Thing4


Acepto donaciones de BAT's mediante el navegador Brave 🙂



Leave a Reply

Your email address will not be published. Required fields are marked *