The world of the web designing, web development and other web design tutorials.

Slider (DO NOT EDIT HERE!)

Tuesday 10 June 2014

Introduction To HTML (Hyper text Markup Language)


learning html


As you know now days people are more attracted towards internet world and many peoples want to do some thing instead of wasting  their precious time. Starting to learn some thing new and want to develop new skill to earn online as well as offline. This is very competitive era of technology. I have started this blog to help new students who want to work online or want to do something in their life so i have created this blog on web designing. 

History Of Html;

Html was developed by the by Tim Bereners-Lee in 1980. it's purpose was that scientist can share there knowledge with the world.

What is html?

Html is the markup language. Markup language use tags to show  data on web browser. it is language which instruct the web browser that how to appear data. Keep one thing in mind that html is markup language not a programming language. Programming language is different from the markup language.

Html Tags;

A web browser reads the html document with help of html tags with the tags the browser understand that this is paragraph, video, images, etc.  Html tags are in pairs. First tag of the pair is called opening tag and the second tag of the pair is called closing tag. Closing tag is written as first tag but with forward slash before the tag name.
The opening tag and closing tag is also called start tag and end tag.

EXAMPLE;

<h1> this is my first web page</h1>

Html Elements; 

Element html tags are totally same thing both describe same thing html element consist of html tags and content.
Html also contains some empty content tags such as <br> (this tag is used break line).

NOTE; 

In xhtml all tags must be closed in html right way of write tag is <br />

EXAMPLE;

<p> this my first paragraph </p>
From the opening to closing tag is called element.

Html Attributes;

In html every element has attributes. Attributes tells the browser how to appear the element in web browser. Attributes written as name and there value. Value must be written in quote. No matter you use double quote or single quote.

EXAMPLE;

<h1 align=”left”>  this is our first web page</h1>

Final Words;

Html is the first step towards the field of webdesign or web development. Html is very easy language any body can learn html in a few hours. But every thing depend upon the practice you must do practice what you learn.

0 comments:

Post a Comment