|
|||
|
Notepad. You've seen it. You hardly use it. But now, I'm going to tell you how to make HTML websites on it. If you don't know exactly what it'll be like, it's a lot of typing. upokecenter.com is a notepad HTML website. NOTE: Files must be saved as file.HTM to work as a web page. So, here are some things to reference to:
Note: Four you must have to create webs: <HTML><HEAD><TITLE><BODY> <HTML></HTML> Basic HTML tag. Used to indicate HTML being used. All tags are placed inbetween. <HEAD></HEAD> Header tag. Indicates title [Example: Cheatmasters Forums] is going to be used. <TITLE></TITLE> Title tag. Put between Header tags, and posts title on Taskbar and at top of web browser. <BODY></BODY> Body tags. Indicates paragraphs will be used. <BODY BGCOLOR="#FF0000" FONT="#FF0000" LINK="#FF0000" ALINK="#FF0000" VLINK="#FF0000"> Body Background color, Font color, Link default, hover, and clicked color. Replace <BODY> with this and change color scheme. <P></P> Paragraph tags. Inserts paragraph format. <H1></H1> Header 1 tag. Changes selected text to size 7, bold. <H2></H2> Header 2 tag. Changes selected text to size 6, bold. <H3></H3> Header 3 tag. Changes selected text to size 5, bold. <H4></H4> Header 4 tag. Changes selected text to size 4, bold. <H5></H5> Header 5 tag. Changes selected text to size 3, bold. <H6></H6> Header 6 tag. Changes selected text to size 2, bold. H# FORMATS: <H1 ALIGN=CENTER> <HR> Horizontal Line Insert tag. Puts line on page. Formats used: 100%: <HR WIDTH=100%> 50 pixels: <HR WIDTH=50> <BR> Line break tag. Same as using "Enter". Note: Entering on a notepad webpage will not work. <BR> must be used. <A HREF></A> Anchor tag. Used for hyperlinking. (urls) <UL></UL> Unordered List tag. Puts a bulleted list in a page. <OL></OL> Ordered List tag. Puts a numbered list in a page. <LI> List Item tag. Put between an OL or a UL tag for new bullet. <B></B> Bold tag. Bold. <I></I> Italicizing tag. Italics. <U></U> Underlining tag. Underline. More to come. Here's an example: <HTML> <HEAD> <TITLE>Cometheart</TITLE> </HEAD> <BODY BGCOLOR="#0000FF" FONT="#FF0000" LINK="#00FF00" ALINK="#FFFFFF" VLINK="#000000"> <P>This is your example page.</P> <H1>It goes on</H1> <H2>and on</H2> <H3>and on</H3> <H4>and on</H4> <H5>and on</H5> <H6 ALIGN=CENTER>and on.</H6> <HR> <B>I</B><BR> <I>Am</I> <U>Back</U> <UL> <LI>Hello <LI>Again </UL> <OL> <LI>Once <LI>More </OL> <UL> <LI>In the <OL> <LI>Universe. </OL> </UL> <A HREF="forum.cheatmasters.com">Cheatmasters Forums</A> </BODY> </HTML> Revised and Edited version coming soon.
|
|
||||
|
I've done and thought it was easy because we just had to copy stuff down
|
|
||||
|
I just couldn't remember it all. And things also had to be precise.
|
|
||||
|
Also it all has to be in american writing like colour is spelt like that in Britain but in America it's color. Here in Britain it's put a red line under the American version. lmao!
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my dad is a pokemon creator..... | andyxox1 | Pokemon Games | 5 | 05-04-2008 09:39 PM |