0% found this document useful (0 votes)
174 views1 page

Difference Between JSP and HTML

HTML is a client-side markup language that describes the structure of text, links, headings, paragraphs and lists to display on a web page. JSP is a server-side technology that extends HTML with additional XML tags called JSP actions to invoke functionality on the server. JSP tag libraries also allow extending standard HTML/XML tags to provide a platform-independent way to extend web server capabilities, making JSP similar to PHP.

Uploaded by

sanjay5691
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
174 views1 page

Difference Between JSP and HTML

HTML is a client-side markup language that describes the structure of text, links, headings, paragraphs and lists to display on a web page. JSP is a server-side technology that extends HTML with additional XML tags called JSP actions to invoke functionality on the server. JSP tag libraries also allow extending standard HTML/XML tags to provide a platform-independent way to extend web server capabilities, making JSP similar to PHP.

Uploaded by

sanjay5691
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Difference between JSP and HTML

HTML is client side. JSP is server side.

HTML provides a means to describe the structure of text-based information in a document -

by denoting certain text as links,

headings, paragraphs, lists, and so on - and to supplement that text with interactive forms,

embedded images, and other objects. HTML is written in the form of tags,

surrounded by angle brackets. HTML can also describe, to some degree,

the appearance and semantics of a document, and can include embedded

scripting language code (such as JavaScript) which can affect the behavior of

Web browsers and other HTML processors.

The JSP syntax adds additional XML-like tags, called JSP actions,

to be used to invoke built-in functionality. Additionally,

the technology allows for the creation of JSP tag libraries that act as extensions

to the standard HTML or XML tags. Tag libraries provide a platform

independent way of extending the capabilities of a Web server. JSP is alot like php.

You might also like