Friday 16 November 2012

School Article: Creating a Webpage in HTML with useful tags.

"Hypertext Markup Language" is a markup language used to create webpages and documents on World Wide Web. HTML tells web browser,what to show and how to show.It is founded by Tim Berners Lee in 1980.

Introduction
HTML is a standardised language that enables a web browser to display a page in a particular fashion. It defines the structure and layout of a Web document by using a variety of tags and attributes, Special formatting is applied through specialised tags. For this reason it is called Tag or Markup language. HTML is a way of Incorporating text,graphics, sound and videos in all in one document called web pages.

HTML is defined using the SGML(Standard Generalised Markup Language).In 1980,SGML-a markup language was developed to create documents that could be displayed consistently on computers using different hardware and operating system.

So, Now lets take the topics serial wise to know about HTML.

Concept of HTML
HTML is based on two concepts:
1. Hypertext: It provides a way to create a link between information in the same document as well as in different documents.
2. Markup Language: Markup Language refers to the special tags that are a part of HTML document. These tags specify how the document content should be displayed.

What are HTML tags??
A HTML tag is made up of keyword written between two arrowheads <and> and inserted within different pairs of document.
There are two types of tags:
1. Empty Tags: It consist of single opening tag and doesn't require to close. Ex- <hr>
2. Container tags: It consists of pair of opening tag and closing tag. Ex- If i need to write Hello in  bold letters than <b>hello</b>.

Attributes
These are the special value added to a tag for more information. For ex:- suppose we want to add image in a webpage, so we have to use <img> tag and with that to specify fully, which image we have to use and from where we have to use, then the tag is <img src="a.jpg">






Now I hope you understood the basic concepts of HTML and Now, we will look into creating a webpage with useful tags. Follow the step by step tutorial on the presentation.

Creating a webpage in html from shreygoswami

Download the Sample project from here
click this button and then select slow download after scrolling till end.













0 comments:

Post a Comment