Class 2 Intermediate Java 30-IT-397  

ColorBar.jsp

<%@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:Row color="#00673E" /><font color="#FFFFFF">Class 2</font></td>

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

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

<tbl:EndTable />
 
 

</body>
</html>
 

Created by:  Brandan Jones December 17, 2001