Select Page

Did you know that when you format your text in WordPress you may be adding or changing the HTML in your page? The type of list you have in your HTML can either be unorganized or organized. If you would like an unorganized list, you would then use the tag “<ul></ul>”. This tag would bullet your items in the list if you don’t have a preference with the order of the items. However, if you wanted an organized list, you would then use “<ol></ol>”. This would numerically list your items in order.The items in your list would use the tag “<li></li>”.  The paragraph text control tag would look like this “<p></p>” in raw HTML. The headings in raw HTML would look like this for every header size, one being the biggest size header and six being the smallest size: <h1></h1>,<h2></h2>,<h3></h3>,<h4></h4>,<h5></h5>,<h6></h6>.