Class 2 Intermediate Java 30-IT-397  

ColorBarBody source

<%@page contentType="text/html"%>
<html>
<head><title>JSP Page</title></head>
<body>

<%-- <jsp:useBean id="beanInstanceName" scope="session" class="package.class" /> --%>
<%-- <jsp:getProperty name="beanInstanceName"  property="propertyName" /> --%>

<%@ taglib uri="/tbl" prefix="tbl" %>

<tbl:BeginTable strBorder="1" />

<tbl:RowBody color="#00673E"><font color="#FFFFFF">Class 2</font></tbl:RowBody>

<tbl:RowBody color="#074B88"><font color="#FFFFFF">Intermediate Java 30-IT-397</font></tbl:RowBody>

<tbl:RowBody color="#120C80">&nbsp;</tbl:RowBody>

<tbl:EndTable />

</body>
</html>

 Back

Created by:  Brandan Jones December 17, 2001