Text & Fonts
On this page you will learn the basics such as a new paragraph, aligning text, and how to change the style of your font!
New Paragraph
<br>
Align Text on Page
Where it says WHERE put either left, center, or right.
<p align="WHERE"> TEXT HERE </p>
Bold Text
Example: April showers bring May flowers.
<b> TEXT HERE </b>
Italic Text
Example: April showers bring May flowers.
<i> TEXT HERE </i>
Underlined Text
Example: April showers bring May flowers.
<u> TEXT HERE </u>
Striked Text
Example: April showers bring May flowers.
<strike> TEXT HERE </strike>
Font Size
You can vary the size of your font by changing the number in red.
Tiny Text
<font size="1"> TEXT HERE </font>
Small Text
<font size="2"> TEXT HERE </font>
Large Text
<font size="3"> TEXT HERE </font>
Extra-Large Text
<font size="4"> TEXT HERE </font>
Font Color
You can change the color of your font by adding a Hex Code which is just a series of numbers with a # sign in front. Hex codes can be found [here]. Where it says HEX in red letters, place the hex code there.
<font color=" HEX "> TEXT HERE </font>