web page building made easy by: dittmerdan ( 5 easy steps )
::1st step::
open windows explorer. if you dont know what that is click start, goto
run, type explorer. alright your inside windows explorer.
click view at the top of it, then click folder options. click the view tab,
where it says hide file extensions, make sure thats unselected..
then click ok..
::2nd Step::
make a folder on the desktop. ( webpage ).. right click on the desktop
goto new then click folder. rename it ( webpage ).. click into the folder
webpage on the desktop.. now make a ( index.html ) file.. click file at
the top.. then goto new.. new text document. rename the file from.
( new text document.txt ) too ( index.html )..
::3rd Step::
click into webpage folder on desktop. click the index.html file in there
a blank white page should load.. this is normal. if it loads on internet
explorer.. click view at the top.. then click source.. if on aol right click
on the blank screen and click view source.
alright we are in ( notepad ) or what ever your computer has default to
view these files should be notepad..
::4th Step::
( basic html ) copy and paste, or type this in to the notepad window.
<body bgcolor="black">
click file then save in the notepad window.. now goto internet explorer
window and click the reload button on your browser.. you just made
your background black. bgcolor is background color. see advanced
html for more information about the body tag
( fonts ) This is what it does when typed, or pasted into notepad
<font color="red" size="7">hi</font>
you just saw what it did when its inserted into the notepad. you type it
into yours and type something after the code, and click file then save.
now you see where it says <font color="red"> you can also replace it
with hex codes like example for black hex would be.
<font color="#000000">
now goto your index.html again and click reload, now you got back-
ground black and size 7 red font..
( link code ) is a link to another of your pages, or another's website
<a href="http://www.dittmerdan.net">dittmerdan.net</a>
=equals= dittmerdan.net
save and reload the page. click the link that you made, and you
should be directed back to my site.. ok you see the </a> and </font>
at the end of codes, that stops a code if you dident stop a link code
your whole page would be the link..
( images code ) make sure you know the directory your picture is in
<img src="directory/picture.jpg">
depending on what directory you put your pictures in, is where you
set it to go *example* my picture is fredbird.jpg and the folder is
pictures it would be like this
<img src="pictures/fredbird.jpg">

ok thats basic html hopefully i got you motivated....
heres a page of ( advanced html ) codes and i also list some other
great sites to learn html from.. and also search for ( HTML TAGS )
use google search engine ..
and if you want to see the very first website i ever made click here
 
 
::5th Step::
( uploading files ) to your webpage server host..
after you make your webpage on your computer. you have to upload
it to a server. you can buy your own domain. mydomain.com or you
can get a free webpage there are tons out there..
here is a list of web sites that are free webpage server.. its basically
as easy as sending a file in a email.. just sign up for it and it gives
you info on how to upload files.. i think geocities.com is the easyest
and best free webhosting powered by yahoo.com . ok directions to
get geocities.. goto geocities.com, click sign up, go ahead and
make a account, if you already have a yahoo name you dont have
too just click log in.. type your name and your password for yahoo.
after you log in, look to the right you will see something that says file
manager.. click it... click open file manager... thats your webpage
space.. you will have to upload your graphics your files and pages
here. just the way it is on your computer..
( aol users ) goto keyword my ftp space
and click see my ftp space.. you click upload it will ask for a remote
name.. thats the file you want uploaded for your site. like for instance
index.html for remote name. then find index.html in the folder on your
computer.. and that's it.. you can ( create directories )..( delete files )
download files etc.. your address will be..
( http://members.aol.com/yourscreenname )
you can also access aol via a ftp program. download any ftp client
and the host is ( members.aol.com ) then put your username and
password for aol. and boom your in aol space via ftp.
 
 
|
|