dynamic application ?

As long as your definition for dynamicity is interaction between a user and a website. Then, the answer is a big NO.

You can't use HTML to create a dynamic website because HTML is basically for structuring. In order to create a dynamic website you'd enlist the help of a client side scripting language and or a server side scripting language.
 
Html is a programming language. it used for creating static website. with the help of php, java ,asp.net we can create dynamic website......
 
Yes, you can do it, there are different tools available on the internet that you can utilize it creating dynamic html website, or for web app development and creating colorful interface for your website. You can also check the tutorials of the tools to quickly create your dynamic site
 
There was definitely something called the DHTL (Dynamic HTML) for some years. And this was not just plain HTML. It was a combination of Javascripts, VBScripts that were used to make the site a little dynamic. Those days, sites were relatively static and the Dynamism was only confined to hoverstate rollowver state and change of images etc. Today, dynamic sites mean a completely different thing and HTML cannot suffice alone here. You must use at least some server scripting and client scripting.
 
Back
Top