Jumat, 20 Juli 2012

HTML Introducing

What is HTML?


HTML stands for Hypertext Markup Language.

HTML is Not Programming Language, HTML is markup Language yang, it is set of markup tags. they are describe page contents 

What is HTML Tags?

HTML markup Tags known as HTML Tags
Tags HTML commonly surrounded by angle brackets and come in pairs , called
 opening tag pembuka and closing tag 
Example <p> dan </p>


<tag> test </tag>