• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to make your own webpage.

olavo

New Member
Joined
May 29, 2007
Messages
74
Reaction score
0
1. Starting.

First of all, make a new file called Index.Html
Open the file with notepad.

In the file, write the following
Code:

<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>

You do always need theese codes to get your site to work.
Between <BODY> And </BODY> you can write anything.

<B> Makes The Text Bold Ends with an </B>
And <I> makes the text Italic ends with an </I>

Code:
<CENTER>
<FONT SIZE=4>
Welcome to my homepage!
<FONT>
</CENTER>
<CENTER> </CENTER> makes the text in the middle of the page.
<FONT SIZE=1> </FONT> Makes the text Size 1, the smallesy.
There is 7 different sizes.


Code:
<HTML>
<HEAD>
</HEAD>
<BODY>
<BODY BGCOLOR="#FFFF99" TEXT="#000080"
LINK="#8080FF" VLINK="#FF0000" ALINK="#FFFF80">
</BODY>
</HTML>[/
000000 = black
FFFFFF = white
FF0000 = red
00FF00 = green
0000FF = blue
FFFF00 = yellow
00FFFF = cyan
FF00FF = Purple

How to make a link.
Code:
<A HREF="http://www.otfans.net">Otfans</A>
That would look likeOtfans

How to add a picture.

First of all, find your picture, and put it in the same folder as index.html

Then Write the following
Code:
<IMG SRC="picture 1.jpg" ALT="Picture" BORDER=1>
<IMG SRC="picture 1.jpg"<---The pictures name.

Well, this was the most of the basics, enjoy!
 
WTF is this!?
No doctype, no charset... Author, die in hell!
Don't read this, better find sth about XHTML - it's better.
 
LOL! This is tutorial? Hueh.... Maybe I made tutorial about fridge? How can I open it or close? hue hue hue XD

Yours,
polostap
 
Don't complain. It's better than nothing (even though I agree, it was crap).
 
I agree with Avarian, and there was nothing wrong with his tutorial so stop flaming him :p
 
@up: Which is a bad thing to do if you're a beginner. I would strongly recommend learning the HTML language first before using dreamweaver.
 
Back
Top