Hi all,

I am trying to get started with html5. Since html page is static, we use jSP/ASP for doing dynamic operation.

The first question comes into my mind is how to create a dynamic web page using html5. Lets consider a login screen, once successful it should display "Welcome <username>"

Then how can we do this welcome part using HTML5? Is there some new tags introduced fot the dynamic operation?

Regards,
Tom