Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
Basics of HTML File

 

 


12bye
Senior Member


Feb 13, 2007, 2:54 AM

Post #1 of 18 (653 views)
Shortcut
Basics of HTML File Can't Post

Tell me if you like it, I'm writing my little notes here, and this is what I made. If you want, save it as a .HTML file and take a look, feel free.

And yes, I got most of this from the internet/X bot. I wouldn't post this, but the stickies are down. Oh, and tell me if you like it; I'm new to HTML and learning.


Code
<!--////////////////////////////////////////////////////////////////////////////////////////////// 
///////////////////////////////////////////////LLL////////////////////////////////////////////////
////////////////LLLL/////LLLL//////LLLL/////////LL////////To my Tutorial!/////////////////////////
/////////////////LLL//////LLL///////LLL/////////LL////////////////////////////////////////////////
/////////////////LLL//////LLL///////LLL/////////LL///////////Made by me, Rob//////////////////////
/////////////////LLL//////LLL///////LLL/////////LL////////////////////////////////////////////////
/////////////////LLL//////LLL///////LLL//LLLLL//LL///////LLLLL//LLLLL//LLLLLLL//LLLLL/////////////
/////////////////LLL//////LLL///////LLL//L///L//LL///////L//////L///L//L//L//L//L///L/////////////
//////////////////LLLLLLLLLLLLLLLLLLLLL//LLLLL//LL///////L//////L///L//L//L//L//LLLLL/////////////
///////////////////LLLLLLLLLLLLLLLLLLLL//L//////LLLLLLL//L//////L///L//L//L//L//L/////////////////
////////////////////LLLLLLLLLLLLLLLLLLL//LLLLL//LLLLLLL//LLLLL//LLLLL//L//L//L//LLLLL/////////////
//////////////////////////////////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////////////////////////////////


//FIRST: To make a hidden comment that will not be viewed on the page, simply do this://

//Put your text inbetween <!--Text goes here-> and it will not be seen.//

//Please note I also had to take out an arrow to make these comments not appear.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//SECOND: Begin all sites with <html> and end with </html>//

//THIS IS A MUST! If it does not begin/end corretly, it will not run right for some browsers!//


//////////////////////////////////////////////////////////////////////////////////////////////////


//THIRD: Make a title. (<title>Rob's Tutorial</title>)//

//Remember, do NOT put titles as such: (<title> Rob's Tutorial </title>)//

//It will still run fine, but you get yucky spaces you don't need.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//FOURTH: After your title, on the line after, put <body>//

//This symbolizes the start of your writing. It is needed for some browsers to view the page.//

//It isn't needed, though reccomended. PUT </body> at the end, one line above </html>//


//////////////////////////////////////////////////////////////////////////////////////////////////


//FIFTH: To make paragraphs, start sentences with <p> and end them with </p>//

//Each set of <p></p> makes a paragraph on a new line. These ARE needed!//

//Extra note: If you put in <br>, it jumps down a line, no matter if its the same paragraph//


//////////////////////////////////////////////////////////////////////////////////////////////////


//SIXTH: To make bold <b></b>, underlined <u></u>, and italited <i></i> text, use those tags.//

//Remember to put them around the word, and not to make a spacing mistake!//

//Example Sentence: <p> I <b>Dislike</b> <i>MANY</i> books, such as <u>Animorphs</u>//


//////////////////////////////////////////////////////////////////////////////////////////////////


//SEVENTH: To make a background color, Simply type <body bgcolor="_____">//

//Replace "____" With any basic color name; Eg: Red, Blue, Black. KEEP THE "" THERE!//

//You can also do the same for text: Imput <font color=_____> </font> REMEMBER TO CLOSE TAGS!//

//If you want specific color, you will need the hex code input instead of the name.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//EIGHTH: To put an image on the page, input <img scr=IMAGEURL></img> with the IMAGEURL//

//Pages can be made with images only, but it takes up alot of bandwith.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//NINTH: To put a link in with a phrase, use <a href="www.SITEURL.com"> </a> With the SITEURL//

//It will appear as blue text, with a blue underline. Remember to close the tags!//

//////////////////////////////////////////////////////////////////////////////////////////////////


//TENTH: Changing font size is easy as well, just use <big></big>//

//Replace with <small></small> if you want your text small instead.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//ELEVENTH: You can make headers for your page. The numbers 1 through 6 change the size of it.//

//Example: <h1>Big Text</h1> <h6>Small Text</h6> Lines are automatically added afterwards.//

//To center your text, put <h_ align="center"> Hi! </h_> With any number where "_" is.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//TWELFTH: Horizontal lines can make good visable lines that are great to break up paragraphs.//

//To do it, simply type <hr> Where ever you want on a horizontal line.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//THIRTEENTH: Subscript or Superscript can be added. They make mini text floating or small.//

//To use it, put <sub></sub> or <sup></sup> tags with the words inbetween that you want edited.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//FOURTEENTH: Quotes can be made, just type <q> </q> for a small quote on the same line.//

//For a bigger line, use <blockquote> </blockquote> as it will make a paragraph.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//FIFTEENTH: you can use bi-drectional Override (BDO) to make your text Right-to-left (RTL)//

//Example: <bdo dir="rtl">Hi there!</bdo> will come out backwards.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//SIXTEENTH: You can use <pre></pre> instead of <p></p> If you want preformatted text.//

//Preformatted text supports spaces and text is written out diffrently.//


//////////////////////////////////////////////////////////////////////////////////////////////////


//SEVENTEENTH: Using the tags <del></del> makes your text striked out.

//Example: The crayons are only <del>50 dollars</del> 50 cents.


//////////////////////////////////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////LLLLLLLL//LL//LL////LLLL////L//////L//LLLLLLLLLL//LLL/////////LLLLLLLL//////////////
//////////////LL////////LL//LL//LLLLLLLL//LL////LL///LL/////LL///LL/////////LL////////////////////
//////////////LL////////LL//LL//LL////LL//L/L//L/L///LL/////LL///LL/////////LL////////////////////
//////////////LL////////LLLLLL//LL////LL//L/L//L/L///LL////LLL///LL/////////LL////////////////////
//////////////LLLLLLLL///LLLL///LLLLLLLL//L/L//L/L///LLLLLLLLL///LL/////////LLLLLLLL//////////////
//////////////LLLLLLLL///LLLL///LLLLLLLL//L/LLLL/L///LL//////////LL/////////LLLLLLLL//////////////
//////////////LL////////LLLLLL//LL////LL//L//L///L///LL//////////LL/////////LL////////////////////
//////////////LL////////LL//LL//LL////LL//L//L///L///LL//////////LL/////////LL////////////////////
//////////////LL////////LL//LL//LL////LL//L//L///L///LL//////////LLLLLLLLL//LL////////////////////
//////////////LLLLLLLL//LL//LL//LL////LL//L//L///L///LL//////////LLLLLLLLL//LLLLLLLL//////////////
///////////////////////////////////////////////////////////////////////////////////////////////-->


<html>
<title>Rob's Test</title>
<body>

<body bgcolor="Green">

<p>Hi.</p>
<p>This is a test and a tutorial.</p>
<p>I hope it works.</p>

<p><b>Bold</b> test!</p>
<p><i>Italics</i> test!</p>
<p><u>Underline</u> test!</p>
<p>This is a <sup>Superscript</sup> test.</p>
<p>This is a <sub>Subscript</sub> test.
<p>Quotation Test:
<q>This is a small quotation</q></p>
<p>And this is a big quote: <blockquote>This is a big quote. A quote worth being your honor. Please read it well and cherish it with your

children.</blockquote></p>
<p><del>Strike Text</del></p>

<hr>

<p>Above was a HR Test.</p>

<p><img src=http://i126.photobucket.com/albums/p103/Gulzan/ImageTest.jpg></img>
<p><a href="www.google.com">Link to Google</a> test!</p>
<p><big> BIG FONT TEST</big></p>
<p><small> small font test</small></p>
<p><bdo dir="rtl"> Backwards Test! !tseT sdrawkcaB</bdo></p>
<p><font color=red>Color test!</font></p>
<pre> Preformatted Text Test...
Hi,
My name is
ROB!!!!!!!!!!
</pre>

</body>
</html>



Sami_Taker
Senior Member

Feb 13, 2007, 3:39 AM

Post #2 of 18 (651 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post


Quote
<!--Text goes here->


It would probably need to be <!--Comment-->


Quote
//THIRD: Make a title. (<title>Rob's Tutorial</title>)//


I believe title tags should go between head tags.


Quote
//Replace "____" With any basic color name; Eg: Red, Blue, Black. KEEP THE "" THERE!//


You can also use hex codes for your colors such as bgcolor="#FFFFFF" for white.


Quote
//TENTH: Changing font size is easy as well, just use <big></big>//


I've never heard of that, though it's probably better to use <font> tags.

It was good for somebody who is new.

Why is this in the PHP Forum, there is a HTML Forum also.


oh and

SAGE


12bye
Senior Member


Feb 13, 2007, 4:28 AM

Post #3 of 18 (642 views)
Shortcut
Re: [Sami_Taker] Basics of HTML File [In reply to] Can't Post

Oh, Sorry. I just realized I was browsing PHP. God dammit, I looked in HTML and diddn't find it.

Can a mod please move this?


12bye
Senior Member


Feb 13, 2007, 4:39 AM

Post #4 of 18 (641 views)
Shortcut
Re: [Sami_Taker] Basics of HTML File [In reply to] Can't Post

Sami, I reread your comments.


Quote
It would probably need to be <!--Comment-->

I know, It was just whatever you want to put there. You are not forced to put "Comment", so I decided to put "Text goes here" as it is easier to understand.


Quote
I believe title tags should go between head tags.

Okay, Thanks.


Quote
You can also use hex codes for your colors such as bgcolor="#FFFFFF" for white.


Read the next line please.


Quote
//If you want specific color, you will need the hex code input instead of the name.//


NEXT:


Quote
I've never heard of that, though it's probably better to use <font> tags.


Okay, thanks.


Sami_Taker
Senior Member

Feb 13, 2007, 7:23 AM

Post #5 of 18 (639 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

I mean it needs two dashes and > at the end, not one dash.

<!--comment-> is what you said

<!--comment--> is what I said.

I just tried it and it messed up the rest of my file without it.


oh and

SAGE


Peach Pit
Veteran / Moderator


Feb 13, 2007, 7:50 AM

Post #6 of 18 (636 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

Moved n junk.


bye.


12bye
Senior Member


Feb 13, 2007, 9:25 AM

Post #7 of 18 (630 views)
Shortcut
Re: [Sami_Taker] Basics of HTML File [In reply to] Can't Post

Oh, thanks. I just changed it and saved.


Sami_Taker
Senior Member

Feb 13, 2007, 9:27 AM

Post #8 of 18 (628 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

It's really really ugly ^-~

Get rid of the /s :x


oh and

SAGE


t0nersxb0ners
Newbie

Feb 13, 2007, 9:53 AM

Post #9 of 18 (625 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

<img scr=IMAGEURL></img>

should actually be

<img src="IMAGEURL"></img>

You spelled src wrong, and I would use quotes.
You followed web standards by closing the image tag
(which isn't necessary unless you want to follow standards)
so you might as well continue to follow standards.

Additionally, I would include the head tags. They are
extremely important.

For your pre tags instead of saying this...

//Preformatted text supports spaces and text is written out diffrently.//

I would personally say this...

//Preformatted text supports spaces and text is printed exactly as written.//




http://www.city-wars.com


12bye
Senior Member


Feb 13, 2007, 2:35 PM

Post #10 of 18 (622 views)
Shortcut
Re: [t0nersxb0ners] Basics of HTML File [In reply to] Can't Post

T_T, I don't have a head on there? Damn it.

I got alot to fix and add, thanks.


Iluvata
Enthusiast


Feb 14, 2007, 4:17 AM

Post #11 of 18 (618 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

Imo, you really don't need that big blob of \\\\\ or ||||||| or ///////.




(20:20:29) <+Varenagan> I love farting with an itchy anus. It helps.


12bye
Senior Member


Feb 14, 2007, 4:37 AM

Post #12 of 18 (617 views)
Shortcut
Re: [Iluvata] Basics of HTML File [In reply to] Can't Post

I like it, it helps me notice where the start/end are, and what seperates what.

But it could be done without it.


Iluvata
Enthusiast


Feb 14, 2007, 6:30 AM

Post #13 of 18 (616 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

Mmk. It looks kinda cool if you just stare at it.




(20:20:29) <+Varenagan> I love farting with an itchy anus. It helps.


t0nersxb0ners
Newbie

Feb 14, 2007, 7:52 AM

Post #14 of 18 (614 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

When I first looked at it, it really did not bother me. I mean, I have seen things far worse.


http://www.city-wars.com


gre dork
Senior Member


Feb 24, 2007, 2:29 PM

Post #15 of 18 (585 views)
Shortcut
Re: [12bye] Basics of HTML File [In reply to] Can't Post

Add:

<input type="text">

<input type="password">

<select name="huol">
<option value="1">Put Option</option>
<option value="2">Put Option</option>
<option value="3">Put Option</option>
<option value="4">Put Option</option>
<option value="5">Put Option</option>
<option value="6">Etc.</option>
</select>

Also tables. Add them. I'd put examples but it's boring to do tables so yeh.


"Visa is just a credit card company, retard. "

- TazG, on visas.


Sami_Taker
Senior Member

Feb 25, 2007, 3:44 AM

Post #16 of 18 (581 views)
Shortcut
Re: [gre dork] Basics of HTML File [In reply to] Can't Post

You know how useful that form that does nothing is?


oh and

SAGE


gre dork
Senior Member


Feb 25, 2007, 2:07 PM

Post #17 of 18 (576 views)
Shortcut
Re: [Sami_Taker] Basics of HTML File [In reply to] Can't Post

.


"Visa is just a credit card company, retard. "

- TazG, on visas.

(This post was edited by gre dork on Mar 9, 2007, 4:16 AM)


gre dork
Senior Member


Mar 9, 2007, 4:19 AM

Post #18 of 18 (535 views)
Shortcut
Re: [gre dork] Basics of HTML File [In reply to] Can't Post

ow ma [Expletive Deleted]ing gawdz0r ur sooooo kewl peach pitz0r!!!!!!11111!!!!!11!1!!1!11!1!!1!!!111111!!!!!!!1111!!!!1!11!


"Visa is just a credit card company, retard. "

- TazG, on visas.

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.20 s on (CGI/1.1)