Creating your first Web page.
|
Use Notepad or Wordpad and type "Name of your page".
A paragraph and Type a "title" and the story about what so ever you are interested in.
Add following HTML TAGS (codes)to what you have typed.
< html >
< head >
< title >"Name of your page".
</title >
< /head >
< body bgcolor=orange>
< h1 >"title"
< /h1 > < br >
< p >
and
Story about what so ever you are interesed in.
< /body >
< /html >
And save as "index.html".
- Html tags for background or font color:
- <body bgcolor=red>
Note: instead of red you can type any color of your choice.
or
- <body background=photo.gif>
Note: for pictures you type "background" instead of bgcolor
To view your web page use Iexplorer or Netscape.(Open file on browser.)
To launch your web page on internet, FREE of charge, check following sites:
This is what Begginers' Web page editing is all about.
For more basic html tags & tutorial, please click following sites:
For free backgrounds and icons visit following site.
FOR QUESTION OR SUGESTION PLEASE