- Information
- HyperText Markup Language or HTML isn't a hard language to learn. If you pratice it for a little bit you can have enough skills to change font colors, sizes, and faces. You will learn to put images and even music in your promos. All help that you will need for your promos can be find in his easy to follow HTML guide.
Font Color
This is used to change colors. Maybe you want to have different colors for different people in your promos or you don't like the color the boards are set on.
<font color="COLOR">TEXT</font>
Font Size
Really not used often, but if you don't like the size of font on the board then you can make it bigger or smaller.
<font size="SIZE">TEXT</font>
Font Face
Some people probably aren't used to seeing font faces. These are just the type of fonts. Some people use fonts that are related to their characters.
<font face="FACE">TEXT</font>
Bold
This makes the text look bigger and helps people see it more.
<B>TEXT</B>
Italic
Italic can be used when describing something. If you want it to stand out then using the italic code.
<I>TEXT</I>
Underline
Usually not used that often this really can bring attention to things. If you want people to see something important then use this.
<U>TEXT</U>
Paragraphs
The paragraph tag will put two spaces between things. If you want to space something out then use the paragraph tag. The end also doesn't have to be there, but it doesn't hurt anything.
<P>TEXT</P>
Page Breaking
Just like the paragraphs code, but acts like the enter key. It will move text down to the next line. If you use the page break tag twice it acts as a paragraph tag. There is also no end tag for this.
<BR>TEXT
Marquee
The marquee tag takes text and scrolls it across the screen. This can be used as a update tool if needed.
<MARQUEE>TEXT</MARQUEE>
Horizontal Lines
This line tag will put a line across the entire page. No text is needed for this tag.
<HR>
Links
This is a important in a lot of ways. Links help you move from page to page or to a promo.
<A HREF="URL">NAME OF LINK</A>
Images
This is a important in a lot of ways. Links help you move from page to page or to a promo.
<IMG SRC="URL OF IMAGE">
Closing
This is just the beginning of HTML. If you like to start your own webpages or anything like that then check out www.draac.com.
|