I started my path to Java.
I'm glad and excited. In short, the road to the future is also very wide refueling
<%@ page language= "java" import= "java.util.*" pageencoding= "UTF-8"%><%
String path = Request.getcontextpath ();
String basepath = request.getscheme () + "://" +request.getservername () + ":" +request.getserverport () +path+ "/";
%>
<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" >
<base href= "<%=basePath%>" >
<title>my JSP ' myjsp.jsp ' starting page</title>
<meta http-equiv= "Pragma" content= "No-cache" >
<meta http-equiv= "Cache-control" content= "No-cache" >
<meta http-equiv= "Expires" content= "0" >
<meta http-equiv= "keywords" content= "keyword1,keyword2,keyword3" >
<meta http-equiv= "description" content= "This is my page" >
<!--
<link rel= "stylesheet" type= "Text/css" href= "Styles.css" >
-
<body>
<table border= "1" >
<%for (int i=0;i<3;i++) {%>
<tr>
<TD width= "><%=i"%></td>
<TD width= "><%=i"%></td>
<TD width= "><%=i"%></td>
</tr>
<%}%>
</table>
Actually really miss you, but you do not know it <br>
</body>
Three rows and three columns are implemented today. Hey, it's simple, I'm sure I'll succeed!!!!!!!!!!!
Get started with my Java