Tags

Tags are little things that you put in your code for different effects. Here are a few that you might want to use for your presentations.

<b>
Makes the text bold.

<i>
Makes the text italicised.

<u>
Underlines the text.

<br>
Makes a new line of text.

** Make sure you close each tag with </ the letter in the tag > so that not ALL your text will have the effect.