############################ -=THE FUCKED UP INDUSTRIES=- ############################ <>........................<> //PROUDLY PRESENTS// <>........................<> //ANOTHER TEXT WRITTEN BY// <>........................<> //BRAINCODER// <>........................<> ++++++++++++++++++++++++++++ /.: ~THE BASICS OF HTML~ :./ ++++++++++++++++++++++++++++ I. The ============= Ok let's get it over with. The of your HTML page is important cause i tells the visitors the content of the page. Lets say your page is about snowboarding: Welcome to my Snowboard Place! * Explained: (Every page opens with a html tag.) of the page. The tag is different from the tag cause the tag closes after the description with a "/" symbol. But the tag closes at the bottom of the page. * Explained: bgcolor (Your backgroundcolor.) text (Your textcolor.) link (The color of your hyperlink.) vlink (The color of your link when visited.) alink (The color of your link when active.) Q: HEEEEELP! What are these fuckin "#000000" things?! A: Don't panic. These are codes to configure your color. For example: "#0000FF" = Blue. Now lets become to the fun part. The content of your actual page. I will put the most used tags in here.

Welcome!

Welcome to my snowboard page! Please sign my guestbook or (Bold text.) (Underlined text.)

(New line) a href (Hyperlink)
(New line but with less space between lines.) Q: FµC| etc. Still have problems? Remember all this is VERY basic. It's almost impossible to make an avanced version cause there are so many different options. Now i'll say something i'm gonna get a lot of comment on: See code from others can learn you a lot. Not just ripping, but looking at the code. You'll see tags and code you did never see before. New terms (Java, Javascript, ASP, CGI, etc.) New oppurtunities. There are always things you don't know before. Explore them and you will know. Be good. [BC]