What Is HTML
What Is HTML
1) Static Page:
Static Page is the page in which we use
text and images or multimedia. So you can see the
content of web page only and there is no user
interaction.
2) Dynamic Page:
Dynamic Pages are those in which
contents of web page depend upon user input. So
interaction with user is required to display the web
page.
For Example: A number is to be input in order to find
it is even or not, so user has to input number and after
that click on appropriate button. This input will be
transferred to HTML server, which in return gives us
a result and display on the web page.