blob: 7cef1bd105b2f6d1bb37b04eae08c21beacf76b2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../com.ibm.help.doc/swg_info_common.css" />
<title>Web page design</title>
<script language="JavaScript">
function popup_window( url, id, width, height )
{
popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=,top=' );
popup.focus();
}
</script><script language="JavaScript" src="help/liveHelp.js"></script></head>
<body id="cwebpagedesign"><a name="cwebpagedesign"><!-- --></a>
<h1 class="topictitle1">Web page design</h1>
<div><p>Web pages are an integral part of every Web application. Each Web page
should serve to help achieve the overall goal of the entire Web site.</p>
<p> There are many types of Web pages, ranging from simple HTML pages that
contain no dynamic elements, to advanced Java-based pages that make use of
servlets, scripts, forms, or data access components.</p>
</div>
<p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>