|
Chianti’s Guide To HTML This Guide Is By Chianti, So Please Don’t Steal. Thankies! Please Note: These HTML Codes Have Only Been Tested On Mozilla Firefox, So I’m Not Sure If They Will Work On Internet Explorer Or Other Web Browsers.
Blinking Text: <BLINK>Text Here</BLINK>
<body> This HTML Tag is used to specify the text color, link color, and background color and background image.
- <body text=#000000> This is for body text color
- <body background= "Image URL Here"> This is used to specify the background image
- <body bgcolor=#000000> This is used for the background color
- <body link=#000000> This is for the link color
- <body vlink-#000000> This is for the link color after you click it.
<BR> This is for a break in a paragraph, or the start of a new line.
<P> This is for the start of a new paragraph. It is basically the same thing as <BR>, but I little bigger of a space.
<CENTER>Text Here</CENTER> This will put the txt, image, etc. in the center of the page.
<EM>Text Here</EM> This emphasizes the text
<FONT COLOR=#FFFFFF>Text Here</FONT> This would define the color inside the HTML code.
<HR> Allows you to put a line up.
- <HR width="0%"> You can play with how long you want the line to be
- <HR size=10 width="50%"> This code allows you to play with how long you want it to be and how tall.
<I>Text Here</I> This makes the text italic
<B>Text Here</B> This makes the text bold
<IMG SRC= "Image URL Here"> This allows you to put an image on your page
<select name="List" size="1"> <option value="Option1">Option1</option> <option value="Option2">Option2</option> <option value="Option3">Option3</option> </select></p>
This is the code for a drop-down list.
I know tons of other HTML stuff, so if you have any questions or need some help, just ask! You can reach me at: Equiverse: Player #286 Horseland: Player #4057971 Windscape Academy: Chianti E-Mail: trailmix1995@yahoo.com
This post has been edited by Chianti on Feb 10 2008, 10:48 PM
--------------------
|