You are on page 1of 3

What is HTML?

HTML stands for Hyper Text Markup Language. HTML


is not a Programming Language it is a Markup Language.
HTML provides a way of displaying web pages with text,
images or multimedia content. A HTML file is a small
file contain markup Tags. These markup tags tell the
browser how to display the web page. A HTML file must
have an extension of htm or html.
HTML Pages are of Two Types:

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.

You might also like