Did you know that when you format your text in WordPress you may be adding or changing the HTML in your page?
Each button on the Text Editor affects the HTML behind the page. You can see this by switching from “Visual” to “Text” view.
For example…
If I were to change this text to be a “Heading 3”
It would look like this.
While on the code end,
<h3>It would look more like this.</h3>
HTML handles the functionality of a webpage. Many interactable features like buttons and links, such as this one right here!
The link above takes you to a different webpage (my YouTube channel), but there can also be links that take you to a different part of the same webpage like this one which takes you to the top.