HTML - Hypertext Markup Language is THE Tool to design and make webpages and ultimately rule Cyberspace.
It is a extention for create web page and store on world wide web.
Then you or anyone open this page on globle area of the earth.
It's extension is HTML.
It's starting with this tag- <HTML>
& end with- </HTML>
Here is simple example of HTML-
<HTML>
<HEAD><TITLE>This is my first web page</TITLE></HEAD>
<BODY>
This is my first web page.<BR>
<FONT COLOR="RED">I read in ZHI (patna) from sikkim manipal university.</FONT><BR>
I Hope ZHI is the best It study center in Bihar.<BR>
Here faculty always think that they help student.
</BODY >
</HTML>
And then you save filename.html.
Then open this file in internet explorer
Output is-
Our first code
HTML has two sections, the "Head" section and the "Body".
The head section is that the information about the web page is put for browser. This has nothing to do with the heading that you want to see on our web page.
Things that can be stored in the head section include Keywords for search engines or the title of our webpage
Things that can be stored in the head section include Keywords for search engines or the title of our webpage
The body section is that the web page is coded. This is where you put the information for your web page.
We are now going to create our very own webpage, for now we are going to create a simple page telling people your name.
Please follow these instructions:
Please follow these instructions:
- Create a new folder so you have somewhere to save your website, call this folder anything you wish, this is where all pages and images for your website will be saved.
- Open notepad and type the following code, you may change the code in yellow to suit your needs:
Type the following code into Notepad
<html>
<head>
<title>My Own Home Page </title>
</head>
<body>
<H1> I am Your-Name and this is my web Page!</H1>
</body>
</html> - Thats it! You have just coded your first web page. Now save the notepad file by selecting "Save as" (make sure you save the file in the folder you have just created)
In the filename box type "index.html" and from the "Save as type" box select "All Files"
Then click "Save" - You are now ready to view your first web page, navigate to the folder where you saved the file, double click on it and you will see your first web page.

- Adding Images
Adding an image is a simple way to make your website more attractive.
For this exercise find any image you like, and put it into the same folder as the web page. Rename your image to "my image"
We are w going to insert the image underneath our text.
Once again open up your HTML file in notepad so you can see the code.Note:- that my image file is called "myimage.gif", your file may be "myimage.jpg" or "myimage.bmp" depending on how you saved your picture. To find out what type of picture it is right click on the picture and select "Properties".Once inserted your code will look like this:<html>
<head><title>My Own Home Page </title>
</head><body>
<body bgcolor= "blue">
<font color="Red">
<H1> I am Your-Name and this is my web Page!</H1> <img src="C:\Documents and Settings\Administrator\My Documents\My Pictures\2008-11-18, Picture\Picture 024.jpg"width="30%">
</font>
</body></html>Save your file and run it to view the results. Your page will look something like this:
रजनीश कुमार
MASTER OF COMPUTER APPLICATION
आवास - बुद्धा काॅलनी , अदलवारी, हाजीपुर
Call me on 9162183349
या मेल करे rajnish.zhi@gmail.com




No comments:
Post a Comment