Okay, so this is where I'll put up a few beginner HTML codes for you all. Note: These are just the basic HTML codes/tags, and I will be adding more complex ones shortly. =^.^= PS: Use these codes MINUS the asteriks (*s) First, I'll start off with the basics If you are creating an HTML-based webpage, you need to start off with these tags: <*html><*body><*title>YOUR TITLE HERE<*/title> And, at the END of your HTML document, put: <*/body><*/html> Now, for the texts! To change your text color, use the following code: <*font color="COLOR HERE">TEXT HERE<*/font> To make your text bold , use the following code: <*b>TEXT HERE<*/b> To make your text italicized, use the following code: <*i>TEXT HERE<*/i> To make your text underlined, use the following code: <*u>TEXT HERE<*/u> To make you text <*S>TEXT HERE<*/S> To add a background color to your TEXT , use the following code: <*span style=background:COLOR> TEXT GOES HERE<*/span> To change your font size, use the following code: <*FONT SIZE=SIZEHERE>TEXT HERE<*/FONT> To change your font, use the following code: <*font face="FONTHERE">TEXTHERE<*/font> Now for the links/pics/backgrounds! If you want to put a link onto your page, use the following code: <*A HREF="URL">NAMEOFSITEHERE<*/A> If you want to link to an e-mail address, use the following code: <*a href="mailto:EMAILHERE"><*/a> If you want to add a picture to your website, use the following code: <*img src="URLOFIMAGEHERE"> If you want to add a Horizontal Rule to your page as a page break, use the following code: <*HR> If you want to add a color-background to your website, use the following code: <*body bgcolor="COLORHERE"> If you want to add a marquee to your page, use the following code: <*marquee>TEXT HERE<*/marquee> A marquee is scrolling text, such as:
| Updates
10/17/04
Coming Soon
More HTML Codes coming soon!
|