Tuesday, October 6, 2009

What is HTML ?

The full name of HTML is Hyper Text Markup Language, majorly used in static developing Web Pages. Static web pages means pages where the content of the page is fixed means any article, definition etc, In other words, non-interactive data. This HTML code is merged with some other client side scripting such as php,  javascript, vb script etc and generated dynamic content to web pages.

Sample HTMLPage

<HTML>

<BODY>

Hello, How are you Subu!!!

</BODY>

</HTML>

del.icio.us Tags: