0% found this document useful (0 votes)
34 views

What Is HTML

HTML is a markup language that defines the structure and layout of web pages using tags to tell browsers how to display text, images, and other multimedia. HTML files contain these tags and have an .htm or .html extension, with static pages only displaying fixed content while dynamic pages generate output that depends on user input through forms or other interactions.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

What Is HTML

HTML is a markup language that defines the structure and layout of web pages using tags to tell browsers how to display text, images, and other multimedia. HTML files contain these tags and have an .htm or .html extension, with static pages only displaying fixed content while dynamic pages generate output that depends on user input through forms or other interactions.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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