FREE WEB PAGE, INSTRUCTIONS
If you need a Web Page to establish a presence in the
World Wide Web, I have one for you and it is FREE. All you
save to do is follow the instructions, to create a personal,
family or busines page. You do not need to know the code.
first you must register a domain name, then you get a Hosting
Svce to give you a site and the instruction on how to upload
your Web Page Files to the site, then you sign up with an
Internet Provider to connect you to the Internet and that
is all.
The instructions are an overview why you are using that
particular codewhich you will see on the page. I am not
trying to teach you anything and the language is very simple.
You must print this page so you can follow the steps. Your
page will consist of a Web Pg title (any name you like), a
section for pictures and third, your email address that you
will get from your Internet provider.
`When your understand this page, go back to get the W/P code. Click on 'Free Web Page', you will see a blank page with a
line 'Click to Commend'. From your Menu/View click the source
to get the code of the page. Now Highlight the code and Press
Ctrl+C, open your wordpad, a newpage will appear,Press Ctrl+V
and the code will be pasted on the new page.
You must save the code as 'index.html' or 'index.htm'in your
files for Editing.
This is your Web Page and you have to do some changes, such
as: fill in your information where the dots and dashes are
to make it work for you; see below.
LINE BY LINE INSTRUCTIONS
1. "" This is the beginning point tag of your Web
Page. It tells the server what kind of document you have.
""This is the end point tag of your Web page. In
other words this tag is the last line of the document.
Notice the back slash mark after the first bracket? All tags end
like this, so the server would know the tag's end point.
2.quot;
" This tag is for the server and has information
about your Web Page which will not show on the page. It includes
a Title of the Web page and some Meta names.
a) "" In between the tags you can
type your name(personal or company), address, tel # and your email
address(optional).
b) ""here type
all the sugnificant words that appear in the body of the Web pg,
it must be included in quotes, it ends with a closing bracket.
c) ""type
here include something about your page.
"quot;Ends the tag.
3. "" The end point of this tag goes at the
end of the Web pg just before the tag. In the first tag you
can leave it like this or you can include info about the page
background and link colors.
Like this:"" this color is beige,
change it if you do not like beige.
4."" This starts and ends a new paragraph.
5.""This centers the paragraph. If it
appears within another tag, it does not need the end tag, like so:
6. ".....1h>"This tag is used for
titles, it assigns a pronounce size of type. In between the tags
you can type your Web pg title as you did above in the
"" section. see sample bellow.
7."" You include this tag if you want a bold type
face, letters, "LIKE THAT";
"------
"
8.This is a line break and does not need and end tag, it goes at
the end of the line.
9."
"This inserts a line across to
separate the content. Change the percentage to get a smaller line.
So, the example:(lets say for the Greens Family) starting from
number 6 to 9 will be:
""Our Family"
"
(or whatever other title)""Mr. & Mrs. All Greens"
"
1 Rover Street"
"
Rosedale, Mass 11221"
"
Tel #(---)(-------), email:-----@----""
"
"
10."
"You use these nested tags to insert your
pictures, it consists of a row(block) of info, here the row
consists of pictures. you can have as many rows or pictures as
you like, just start and end with the tags:"
| ... |
."
As you can see, we start with the outside tag first and we tell
the server that this is a table and if we want a border or
anything else the server should know on how to place the pictures
in the table, we type it in. The first tag:"" this
starts a block of items in the table, a new row. ""
this starts an item in the block, a new column. we may have as
many of these items as they can fit in the width of the Web Pg.
Then we start with a new block. Make the size of the picture 35x25
pixels."..."This is an anchor link,
we give the server an explanation and a name of the item and where
it can be found in the file.
Here is our table put together.
""
"The Greens"(or whatever
title you want.)
""
"| all | "(change the names
to yours)
"Jully | "
"Bob | "
" "(end of one block)
""
"| Mary | "
(add more items if you have to make the second block)
" "(end of the table)
Here you have it, your family pictures. Three pictures are listed
in a row across in the first block and one picture in the second
block below. If you do not wish to show any pictures, do not use
part 10. If you do, you must have pictures of type "gif"/"jpg";
that is calledthe extention that the server understands. You are
ready to upload your file to the server site, so when the server
goes looking for them, they are there.
Take some pictures with your camera, follow the instructions how
to save them as type "gif" or type "jpg", these are the
extensions of the file name. Save the picture as, if it is yours
"all.gif" and that is it. If you are a company selling products,
this is a good way to exhibit your goods. "gif" extension is better
for the internet.
11." "
(content deviding line. To make it smaller reduce the percentage).
12."eMail"
to comment.""
(Here again we have nested tags that we use in combination to let
the visitor if he/she wishes to get in touch with us via email(your
email goes there). This is the last paragraph of the body at which
point, we close the tags and that is the whole Web Pg. Ask your
friends to help you or email me, to get an answer to your questions.
Good Luck). " = "
(remove all that appears in parenthesis when you are done, they
were included for clarification.
""
""description of what is in the table
""
""
"------"
""
""
""
""
"-------"
" "
"-----------"
"--------"
""
" "
"eMail"
" "
""
""
---------------------------------------------------------------------------------------
Now you have everything you need for your web page.End.)
""(end of the body tag).
""
(end of the html tag and of the web page).
|