Today I learned how to display text in HTML.
In HTML documents, it is important to use appropriate tags in each situation.
Each tag has a specific purpose and meaning, so it's important to understand their meanings and use them appropriately.
For example, the <br> tag should not be used for dividing paragraphs.
When dividing paragraphs, it is more recommended to use multiple <p> tags instead.
Other tags I learned about are documented in the "HTML Tag Usages" document.