Share this post

Search

Popular Posts

Followers

Tags

Wednesday, February 3, 2016
A library website enhances ones access to library resources and services and builds a platform for communication between the users and the library. A library web design should be interactive at the same time should be able to provide access to its contents, be able to publish online and publicize the library activities.

Developing a web page is becoming easy day by day. One can learn a basic html codes to develop a basic webpage for their own library by following simple html codes provided in this article. 

Now how to develop a webpage?


One needs to go to my documents create one folder named "My website". To create a webpage one needs to use html codes. An html which stands for hyper text markup language is the coding language that is used to develop a webpage. Every webpage has html coding. To see html coding of every website one needs to go into Internet explorer and right-click on view source it opens a page where the coding is given on that page which the browser interprets into a webpage. Now the information is written in between the html tags. An opening html tag  which looks like this <html> and closing html tag </html>



This is to tell the browser you are starting with html tag and closing with html tag. In between these tag comes the head tag

A title is important to give users an idea about the website. After head tag write <title> Library </title>

After this one needs to give the tag <body> </body> after the closed head tag. The information about your webpage goes between <body> </body>. To give your webpage color you can add style to the body. One can write <body style="background-color:yellow"> </body>

After writing this one needs to save the notepad.  For this one needs to go to "save as", put a file name with an .html extension such as "my website.html" and choose "all files" or "text" under file type. After this find your page where you had saved double click and the default web browser opens up your page. The created web page will look like this.


Now one can add images to the website for that one needs to use the code <img src="images/download.jpeg"></img>

Now for images one needs to create a folder where you have saved your webpage and notepad with the file name images. When putting the image tag it should be given as <img src="images/download.jpeg"> the images before download is the folder name in which you have saved your images. After giving all these command the webpage will look something like this.
Likewise one can add codes and go on developing the website. to make the text go on to the next line one can use <br> and  to make a word move you can add <marquee></marquee>. To know more about html codes one can use the following link http://www.html.am/html-codes/

Also one can create many pages and link them with one another. The command for this is <A href="http://www.google.com">Google search engine</A>. Same way you can link all the webpages created by you. 

A very basic information about html code is being given in this article which will help a beginner to start their own web page.

3 comments:

Unknown said...

VERY INTERESTINGG

Unknown said...

good basic start to creating web page easy to follow and understand

Unknown said...

good basic start to creating web page easy to follow and understand