Thursday, June 3, 2010

A Glimpse into HTML pages


In internet webpages of different schools and colleges and universities are available. They maintain these pages to inform others about their institution. Suppose you want to create a website for your school or college or anything like that. These pieces of information will help you. If you are creating a website for your educational institution these are the things that should be on the website.

  • Name of the school/institution
  • The place where the school is located
  • A small description about school
  • Remarkable achievements of school

Assigning your website

The first step in creating HTML page is to decide about the areas of information to be included in the page.

Think about the webpages you have visited. In all of them information is arranged in an attractive way. Like this arrange some details about your school.

At the top give the name of the school as title. Give the name of the place just below it. Now give a brief description about that. And also other details about your school should also should be given.

The next step in HTML is to decide how to arrange the necessary information in a page. It will be on my next post. Just wait…….

HTML Some Basic Info

HTML language is used to create WebPages in internet. Let us learn some basic things about HTML here.

  • HTML stands for Hyper Text Markup Language.
  • Text editors like G-Edit and Notepad are used to create HTML pages.
  • Letter’s pictures, etc... Can be displayed in webpage using HTML.

Basically Most of the modern websites were made using this HTML codes. There are a number of codes in HTML. Each code has its own characteristics. For example tag is used to make the letters bold. tag is used to make letters italic like this there are lakhs of codes in HTML. Here in this blog I am giving some details and something about HTML and also how to create a Webpage using HTML codes. World Wide Web, one of the important services of internet, is created with HTML pages. This enormous collection of world wide knowledge consisting of words, images, audio, video files are made available to us by linking them together using HTML.

Hyperlinks

When we click on certain words written in HTML it opens another page or picture. To make this happen page/picture and the words in the HTML texts we are referring to must be connected. This type of connection is known as Hyperlink.