If you like to put a text in your web page you should also create a div or a box, which inside this box you can type all the text you want to see in your web page.
I also learned using a span. It is used to change the color, size and style of a certain word example:
<span style="color:yellow; font-size: 2em;">O</span>ne day
It will look like these:
One day