Share this post
Search
Popular Posts
-
A library website enhances ones access to library resources and services and builds a platform for communication between the users and the...
-
Nov 08 2015 : The Times of India (Mumbai) Meghna Mukherjee Books are a man's best friend. And when it's pre-winter, the bo...
-
As the quantity of data is increasing maintaining the data in one place becomes difficult. In order to manage the data of researchers many...
-
Akshara Children’s Library in Colaba is more than just a quaint library Reena Agrawal @dna Tucked away in a small lane off Colab...
-
One of the common question that I have come across being a librarian is regarding ISBN (International Standard for Book Number) and ISSN (...
-
Recently I had gone for an interview and I must admit it was for the first time I was tongue tied. The director of the institute left me s...
Labels
- advocacy
- bibliographic and citation tools
- Book
- Book fairs
- Books
- Books on Wheels
- Children's Library
- Digital Copyright
- e-book
- e-books
- Electronic Resource Management System
- ERMS
- Free libraries
- Future Libraries
- Google search education
- Greenstone Digital Library Software
- Html
- Human Beings
- Internet
- Internet and libraries
- ISSN and ISBN
- Journal Impact Factor
- kindness
- Koha
- Libraries
- Library
- Library Services
- Literature review
- literature search
- open source software
- Predatory Journals
- reading
- Reference management software
- Searching skills
- technology
- web designing
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.
Labels:
Html,
web designing
Subscribe to:
Post Comments (Atom)
3 comments:
VERY INTERESTINGG
good basic start to creating web page easy to follow and understand
good basic start to creating web page easy to follow and understand
Post a Comment