20 September 2012

Introduction or HTML

Means of HTML and use of HTML
Hi Guys –
I think you can understand by seeing the title of this article what I wanna to explain here . Introduction means the basic and the first things of any thing. So its very important for us to know the basic of HTML. Follow the question and the answer bellow;;;;

What is HTML?
v     HTML means Hyper Text Markup Language.
v     Html is a markup up language not programing language.
v     Html contains a lot of markup tags. You need to work with this tag.
v     People use HTML for describing a web page.


Markup tag?
Ø            In HTML you can find many markup tag .
Ø            HTML tags are surrounded by angle brackets like <html>  and use small letter not capital letter.
Ø            At lest all tag come with pair, like <html> </html>


The first tag plays as a opening tag and the last tag end/closing tag. Here <html> is the opening tag and </html> is the closing tag.
Ø      There are single tag also in html. If any tag has their opening tag but not closing tag they are called single tag. Here <br/> is a single tag. 


HTML doc vs Web page
ü      A html doc describe a web page.
ü      HTML doc contains a huge number of html tag.
ü      HTML doc are also called Web page.

Necessary Software :If you want to make a professional webpage you can do it in your default Notepad on your pc. But I like Notepad ++ , because indicates me if I do some false. Download Notepad ++ by clicking Notepad ++ .

N:B: [you can convert this tutorial into your mother language by clicking on the "TRANSLATE ME" option on this blog]

No comments:

Post a Comment