HTML is the internet programming language that use things called tags. Tags are letters or words inside the less than and greater than signs(<>).
1. Typing beteen a <center> tag and a </center> will give you centered stuff like this:
2. Typing between a <b> tag and a </b> tag will give you bold type like this:
3. Typing between a <i> tag and a </i> tag will give you italics type like this:
4. Typing between a <p> tag and a </p> tag will make everything you type into a paragraph.
5. Typing a <br> tag will break the line and go down to the next.
6. Typing between a <sub> tag and a </sub> tag will give you text in a subscript like this:
7. Typing between a <sup> tag and a </sup> tag will give you superscript text like this:
8. Typing between a <blink> tag and a </blink> tag will give you blinking text like this (it might not work with some browsers):