Did you know that when you format your text in WordPress you may be adding or changing the HTML in your page?

WordPress adds HTML tags when you format content. When you make a heading, paragraph, list, and links.

Headings

Adding headings on wordpress  means HTML adds <h1> Headings </h1> , <h2> Headings 2.0 </h2>, and so on. .

 

  • Bullet Lists

Making a bullet list in wordpress causes HTML to add <ul> and <ol> tags to create bullet lists with each list item surrounded by <li> tags.

Links

When you add a link wordpress HTML boxes in the text with a <a> tag with an “href” part that holds the url of the website you’re linking to.

Examples: (From the text above)

Example WordPress HTML 1
Example WordPress HTML 2