I am a big fan of HTML. I would like to know more about this.I wish to learn a advanced HTML concepts. can anyone help me to find more? plz...
http://www.w3schools.com/ is the best place to start with. If you are referring HTML as advanced HTML then you can take a look at this http://www.w3schools.com/html5/html5_reference.asp
If you're confident with HTML do you know css? If not i'd learn about that. When you're done with that go on to scripting language like PHP.
There really isn't any advanced HTML unless you are considering forms and stuff like that advanced. The standard has changed so that HTML is used for only the basic structure of a web site and CSS is used for styling. There are also several scripting languages to look into such as Javascript, VBScript, PHP and ASP. Javascript is probably the most common. PHP is pretty common when you are doing database integration, etc.