Saturday 6 August 2011

What is HTML?

HTML is a markup language for web pages.

HTML stands for Hyper Text Markup Language, it is not a programming language, it is a markup language and uses markup tags to describe web pages

Friday 5 August 2011

Html comment tag

Html comments start with <! and end with the > bracket.

Example: Html comment tag
<!-- This is a comment line. This text are not displayed in the browser window -->
<p>This is a paragraph.</p>
Related Posts Plugin for WordPress, Blogger...