______________ | ___ ___ | | |_ | | _| | ______ ______ |___| | | |___| |_ _| / \ | | | | | /----\/ | | | | | | | | | | | | ___ | | | | __ | | <_ | Issue #:080 _| |_ _| |_| | | \___/ | Date:08/13/96 |______| () |_________| () \________/ () _ / / \ \ _ / _ / ThE Lone Gunmen Presents: \ _ \ | | | | | | Simple HTML | | | | Written By: Alternate Personality | | | | | | | | | | | \____________________________________/ | \________________________________________/ ********************************STOP****************************************** *** In this day and age, anyone can get there hands on text philez and that*** *** means that even the yuppie kids, who don't follow directions, can (and *** *** will probably blow there faces,hands,fingers,noses,legs,nipples,and P-P*** *** blown off, so before you continue read the File "DISCLAIMER!" that was *** *** included in the .ZIP file. it basicly says that you cant sew me if you *** *** get fucked. ************************************************************** ****************************************************************************** ~~~~~~~~~~~~~ What is HTML? ~~~~~~~~~~~~~ HTML stands for Hyper Text Markup Language, which is the programming language used throughtout the WWW. Although it is very limited, combined with java script, it can provide a kick`en site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~ What do i use to code HTML? ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Windows Notepad, is you use anything else your a pussy, and shouldn't have a homepage. ~~~~~~~~~~~~~ learning HTML ~~~~~~~~~~~~~ if you are a programmer, you will be able to pick up on this stuff in about 5 minutes, if you're just an adverage kinda guy, it might take you 10 :). HTML is very simple. It is made up of tags, which are always in the greater & less than symbols "< >". Most tags have to parts, one that starts the action, and one that ends it. The one that ends it contains a "/" (w/o quotes) within the <>'s.
That would be the start and finish of a paragraph. Okay now that ya know that, heres the most basic HTML document.
: Paragraph, put your text inside. NOTE: spaces are pretty much ignored in this tag: example1:
This is an example
will look like: This is an example example2:This is an example
will look like: This is an example notice the spacing in the final product is the same: pre formatted text, this is what you would use to keep the spacing the way that you want it:
This is a test to check spcaing ! !would look like: This is a test to check spcaing ! ! Looks exactly the same as you entered it. : inserts images into an html document, URL is the location(such as "images/tlg.gif") Width and height are sizes in pixels.