Ranking
Original Post
HTML coding. v.1
Basic and common HTML coding.

This tut will give you an over view of HTML coding and examples.

Every HTML page (usually) starts like this

<html>
<body>

</body>
</html>

^and usually ends like this^

Every HTML code starts with < > and ends with </>, and every link coding starts with <a href=" and ends with "</a> and a image starts with <img scrc=" and ends with "/>

Examples: <h1>Hello my name is Tod.</h1>

<a href="http://toribash.com">Toribash</a> This is a link with a text.

If you do not want a link with text here is an example.
<a href="http://toribash.com"</a>

(Both links go to Toribash.com)

Image example
<img scrc="Imageurlgoeshere.jpg"/>
_______________________________________________
Here is a list of small basic codes.

<h1> and </h1> These are used as headers on a web page and these can go to <h1> threw <h6> (means you can have 6 headers on a page).
Example: <h1>Put any text your want here</h1>

<p> and </p> These are use as the body of that page if you are wanting to have a area on your page with just words.
Example: <p>Put any text your want here</p>

<b> and </b> This is for bold texts.
Example: <b>Put any text your want here</b>

________________________________________________

There is also fonts. You can specify the font size, font face and color of text.(its hard to explain this one the examples are more explanatory.)

Examples:

<font size="3" color="red">This is some text!</font>
<font size="2" color="blue">This is some text!</font>

Here is 2 links to fount faces and fount colors you may use online.

List of colors>http://en.wikipedia.org/wiki/List_of_colors

List of font faces>http://en.wikipedia.org/wiki/Font_family_%28HTML%29
____________________________________________

Here is a link for you to practice HTML coding if you want> http://www.practiceboard.com/

Pm me if you need and help.

Well that is basic and common HTML coding. +Rep me if you like it.

I will be making an intermediate HTML coding soon (v.2) ill post the url here.

Nice tut ugo. This will help people very much. +rep
[SIGPIC][/SIGPIC]
I love MightyMouse <3

Even if you have written the Toribash name, this is not Toribash related.
I'm going to close this, if anyone have a problem with that or an argument, PM me.

A bb coding one would be cool though, since HTML coding is disabled for posting.

~Nathan
Last edited by Nathan; May 23, 2010 at 06:16 AM.