JSP Program for begginer

%! int size; %>
<html>
<head>
<title>a3programming.com
</title>
<body background="war.png">
<%
for(size=5; size<=7;size++)
{%>
<pre>

<font size="<%=(size+4)%>" color="red" ><marquee>_O_</marquee></font>
<font color="red" size="<%=size%>" style="color:saffron;" ><marquee scrollamount="30" onmouseover="this.stop()" onmouseout="this.start()" direction="right"> >----->></marquee></font>
<font size="<%=(size+4)%>" color="green" align="right"><marquee direction="right">_O_</marquee></font>
<font color="green" size="<%=size%>" ><marquee scrollamount="60" onmouseover="this.stop()" onmouseout="this.start()" direction="left"> <<-----<</marquee></font
</pre>

<%}%>
</body>

</head>

</html>

Post a Comment

0 Comments