Core Java| JSP| Servlets| XML| EJB| JEE5| Web Services| J2ME| Glossary| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
HTML tags in JSP 
 

In jsp we have the facility provided to use the html tag inside the JSP code.

 

HTML tags in JSP

                          

In jsp we have the facility provided to use the html tag inside the JSP code. 

In this example we have used the html tag inside the println() method of the out implicit object which is used to write the content on the browser. 

 

The code of the program is given below:

 

 

<html>
<head>
<title>Use of html tag in jsp code</title>
</head>
<body>
<center>
<FONT SIZE="5" COLOR="#660033">Use of html tag in jsp code</FONT>
<table bgcolor="#CFE7E7" border="1">
<tr><td>
<%@ page session="false" %>
<%
   out.println("<code>out</code> is an <b>");
   out.println(out.getClass().getName());
   out.println("</b> object.");
%>
</td></tr>
</table>
</center>
<body>
<html>

Output of  the program:

Download this example.

                          

» View all related tutorials
Related Tags: c math ide data div vi value number ddl id set element elements average mount to e ics in cs

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 

Current Comments

2 comments so far (
post your own) View All Comments Latest 10 Comments:

how can we add
name=rs.getString(1);
<%=name%>
<embed src="" width=200 height=400>
how can we add name to src here

Posted by priyanka on Wednesday, 12.17.08 @ 05:57am | #82870

how can we add a video to a website using jsp code

Posted by priyanka on Monday, 12.15.08 @ 10:27am | #82788

Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.