Thursday, December 18, 2008

What is HTML ?

HTML is the acronym of Hipertext Markup Language, HTML is not a programming language. HTML is a technic for Markup a web page.
HTML is the fast Markup Language for build a website an webpage. And Most of Search Engines love this HTML, search engines tends to more looking for the pages that builds with HTML than other languages.
The very basic of HTML codes is :

<html>
<head></head>
<body>
Hello HTML
</body>
</html>

For writing html code, I used notepad, it's free editor from Windows. You can use other editor if you are not familiar with notepad.
There are many sources for HTML tutorial in the Net. One of them is from World Wide Web Consortium, know as w3schools.
There are many examples for HTML tags tutorial explained in w3schools , I also recommended for myself and for you if you want to know more about HTML.