In making a homepage,HTML program ( hyper text markup language ) is a must.The basic commands below may help you in the making
of your own personal homepage.In order to write HTML programs,the word pad softwear in your Windows95 may came handy.You can find it
in the Start --> under Acessory.Keep in mind that some HTML command have to end with < /nnn > where nnn is a command.
Well Good Luck!!!
2:link to your own page
3:link button ( using pictures )
1. Title
command : < title > xxx < /title >
where here xxx is your page title
2. Line
command : < hr >
3. font Size
command : < font size="Y" > xxx < /font >
where here xxx is the word and
Y is the font size - 1 till 7 4. Font Colour
command : < font color="A" > xxx < /font >
where here xxx is the word and
A is the font colour
5. Font Appearence
command : < b >
bold - for bold
command : < i >
italic - for italic
* this two commands have to end with < /b > for < b > and < /i > for < i >
6. Spacing
command 1: < br >
spacing in words
command 2: < p >
line spacing
7. Position
command : < center >
to put words or object in the center
ex:
< center > nnn < /center >
where is nnn is the word or object
8. Mail to webmaster
command : < a href="mailto:[your e-mail address]" > mail me< /a >
9. Picture
command : < img src="aaaa.nnn" >
where here aaa - is the file name
and nnn - your picture format( gif / jpg )
10.Link Commands
1:link to other URL
< a href="[URL address] >mmmm < /a >
where here mmm is the link key
ex :
< a href="http://www.xyz.com" > xyz link < /a>
< a href="[your page address] >mmmm < /a >
where here mmm is your link key
* use to link 1st page to 2nd page...etc
ex :
< a href="2page.html" > 2 page < /a>
< a href="[URL address] >< img src="aaaa.nnn" > < /a >
where here your picture is the link key
ex :
< a href="http://www.xyz.com" >< img src="aaaa.nnn">< /a>
where aaa - picture file name
and nnn - picture format( gif / jpg )
* can be use in every link
11. Page Background
command : < body background="aaaa.nnn" > < /body >
where here aaa - picture file name
and nnn - picture format( gif )
OR
command : < body bgcolor="aaaa" > < /body >
where aaa - background colour
* not all colour is readable to the browser
Every HTML programs have to be save under mmmm.html where mmmm is the file name
and your finished program can be view with either the Netscape browser or the Internet Explorer before you submit your programs
to your homepage provider