answersLogoWhite

0

How do you connect jsp and HTML?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

JSP and HTML are similar in some way or other. JSP is one which has work on Java Programming as well.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you connect jsp and HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


Why can you make HTML and jsp pages?

You can make HTML pages and JSP pages for web attractiveness. JSP pages offer additions features to it.


How do you convert HTML to JSP?

You cannot. A JSP Page contains a lot more contents than just HTML. It contains JavaScript, Java Scriptlets etc. So a HTML cannot be directly converted to a JSP unless someone sits and adds the other contents to the JSP that makes it a JSP


When a JSP is executed what will be sent to the client?

html


What is the syntax to call a jsp page from HTML button?

There are several ways to use an HTML button to go to a web page. You can keep it simple. This example uses "page.jsp" in the same directory as your HTML page for your target location. You can use the following code:


Which one is faster servlet OR jsp?

Servlet is more faster than JSP, but JSP is more convenient than Servlet and JSP is clearly superior, shorter, simple and easier to use. JSP can be perceived as Java in HTML code. JSP require no explicit compilation as like servlets and can keep in the web application server as HTML file. The web application server in turn compile the java code in JSP and load it in its library for future execution. Servlet can be perceived as HTML in Java code. The servlet is the class file, which would be loaded in the web application server as a program. The program output will be directed to the outstream object which in turn direct to the client as HTML elements.


Is Apache Tomcat an application server or a web server?

Its a server for .jsp documents. The jsp is JAVA code embedded in HTML markoazul


Jsp file is text or xml based document?

A JSP file is a text based document with a .jsp extension. The file can contain HTML content, Java code and other text.


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


How do you connect an HTML form to a my SQL database?

To connect an HTML form and a MySQL database you have to employee an intermediary programming language. On the internet, this means using a language similar in function to PHP, ASP, JSP, Ruby, Python, or Perl. The specific logic required depends on the contents of the form and the web programming language used.


How the data is viewed in a JSP in the form of table?

You can display data in Tabular format in a JSP page using the HTML <Table> Tag. You can even assign dynamic values to the table using JSP Scriptlets. <% %>


What is the fullform of JSP?

JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML.