Welcome to my HTML programming tutorial!


Author : Fr1c

Date : 23.3.2000

Web site : www.geocities.com/fr1c or www.come.to/Fr1c (first address is little faster)

Ok , lets go!

Now , maybe you will learn something about html programming.
Try it ...its not so bad.
I will not make some BIG AND GOOD tutorial.
This is short...but if i receive emails and if you talk to me about this tutorial ...maybe i will make bigger.

Question : Why should i learn HTML if i have netscape composer or front page or deamweaver ...

                Well...you can use that , but if you dont know anything about HTML programming , you are LAMER ...if you want be good you must know HTML.
                If you wanna be hacker or web designer , you just must now it...

HTML :

Run notpad or any text editor.
With code you must start with <HTML> and finish with </HTML>
Ok , that is start ...he,he..
For printing on site you use <p> or <br>

Example :
<html>
<p> Here i am ! </p>
</html>

Second example :
<html>
<br> Here i am!
</html>

What is next ?
Well...how to put picture ?
Ok.

For that you use <img src="example.gif">
Lets see example for that :
<html>
<p>This is my picture!</p>
<img src="example.gif">
</html>

Its simple.
Hmm...wanna know how to change font color ?
Ok.

You change font color with <font color="red">
But , on end , you must do </font>

Example :
<html>
<font color="blue">
<p>He,he...i'm blue</p>
</font>
<font color="red">
<p>Ok, i'm red</p>
</font>
<html>

or , changing size of fonts...

<font size="14">
<p>Blah...blah</p>
</font>

Understand ?
You must understand...its very simple.

What else ?
How to put picture or text in center ?
Very simple...

<center><p>I'm in center</p></center>

or

<center><img src="picture.bmp"></center>

Ok.

He,he..one more thing.
Link :

How to put link on your email or web site ?
Ok.

Just in you code type this :

email link :

<a href="mailto:franjos@usa.net"></p>My email</p>

or web site link :

<a href="http://www.geocities.com/fr1c"><p>My homepage</p>

Ok...that is for now.

Later i will make JavaScript programming tutorial.

If you wanna more my tutorials : cracking , hacking , coding (programming) ...
go on my homepage ! Click here to go on my homepage!