Basic Html Tutorial


This tutorial is designed to help you with basic html.
Text

Text Sizes

There are different sizes for text and adding the code will change them. The sizes go from the smallest (1) to the largest (7).

<font size="#">type your text here</font>

Here are what the sizes look like:

Font Size 7

Font Size 6

Font Size 5

Font Size 4

Font Size 3

Font Size 2

Font Size 1

Text Colors

Your text can also change colors with either code. The first one is a basic color you can type in. The second is an html code for the color you can find the codes on hexagon color charts or search google with that phrase.

<font color="red">type your text here</font>

<font color="#FF0000">type your text here>/font>

This table will show you basic html.
Effect Before the Text After the Text Example
Underline <u> </u> Text
Bold <b> </u> Text
Italics <i> </i> Text
Strike <s> </s> Text
Centered <center> </center>
Text
Scroll <marquee> </marquee> Text

Breaks
Effect Before the Text After the Text Example
Paragraph <p> </p>

Text

Text
Break Don't put anything <br> Text
Text

More Coming soon....