Online earning is very easy and simple but it required time and hard work. If you are a hard worker and interested in online earning so get start today don't wait for tomorrow because it is an opportunity for you achieve easily today if you wait for tomorrow to will be faced many competitions. How to create a webpage i will guide you to create your own webpage.
Every web page have two parts which is shown on screen. The upper most part is called 'Head' and the lower part is called 'Body'. Here you will learn that how to create Head and Body of a webpage?
There are a lot of other ways to construct a website we will train you in HTML.
Look at this picture, it is a computer screen where a webpage is shown.
Head of your Webpage
|
Body of your Webpage
|
The head of the page contain Title bar and Menu bar rather body is those part where we see contents of the page. All windows contain the above standard, as it is Internet explorer and Netscape navigator follow the same standard.
When we create <Head> on notepad by writing the given commands, we must keep in mind the above standard.
Now open your notepad and get start to create "Head and Body" of a webpage. Write the following command,
<Head>
this is the first command of a webpage which gives the
instruction to the browser that this is a "Hyper Text Markup Language". Because browser is to show photos, animations, java script, java applet, sound and video. Therefore through this command browser understand that this is a webpage content and it is to show first on page.
HTML is so easy language and its all commands also easy to understand. Therefore for Head use <Head> command and for Body us <Body> command but always remember that it is to necessary that all commands must be closed. Look at the below
<Head>
<Head>
</Head>
|
<Body>
<Body>
</Body>
|
Through this image you will be able to understand that every webpage contain two necessary parts, i mean
'Head'
'Body'
Still <Head> command is used for starting webpage and </Head> command is used to closed the webpage.
Remember during writing the HTML:
The both parts of the webpage perform a special function. For their special purpose these parts are made.
- Head: contains information about the webpage and does not appear on screen.
- Body: contains contents of the webpage and appear on the screen which is called the whole webpage.
In Head, information are given about webpage and these information does not appear on browser screen. Rather the whole webpage is
made in Body which is appeared on the browser screen and called webpage.
Browser's Head also contain title bar. Therefore at the time of creating webpage we can write a <title> in the <Head> of the page which is shown on the browser title bar. For example, look at below design
<Head>
<Head>
<TITLE>Global Science</TITLE>
</Head>
|
<Body>
Welcome to the Global Science Home Page
<Body>
</Body>
|
Whatever we write between <title> and </title> will show on the browser title bar. </title> represent the ending of the title.
Here we have completed our webpage. Now we will save it. At the time of save a
webpage documents in Notepad alwaysmust write".htm or .html" extension. for example
"Globalscience.html or Globalscience.htm"
Now we can show the preview of our page on browser, lets open the internet explorer and open "Globalscience.html" on it. There we can see the written title on title bar and our written text will present in the body.
Congratulation we have successfully completed our first webpage.
Necessary Tips for Website:
Every command is sensitive for spelling. If we will write <titel> instead of <title>, then this command will never work.
It is necessary for every command that it should be closed after completed.
Don't forget to put "extension" at the time of saving a HTML documents in Notepad.
Whenever you will edit in any document, you must save it again.
Title :
How to earn online Money?
Description : Online earning is very easy and simple but it required time and hard work. If you are a hard worker and interested in online earning so g...
Rating :
5