Planning and Organizing Websites |
Office of Information Technology University of Maryland, College Park www.oit.umd.edu/webdeveloper/planning |
<html>
<head>
<tittle>Planning and Organizing Websites - Insert Current Page Title</title>
</head>
<body bgcolor="white">
<a href="http://www.oit.umd.edu/webdeveloper/planning/index.html">
<h3 align="center">Planning and Organizing Websites</h3>
<h2 align="center">Current Page Heading</h2>
<hr>
<ul>
<li>
<li>
</ul>
<hr>
<a href="Insert URL for the spawning page">back</a>
<b>LLLarsen,12/98 Change date accordingly</b>
</body>
</html>
This method uses only one directory and all files are stored there. Sufficient for small sites, but quickly becomes unwieldy.
This method uses one main direcory and a multiple sub-directories. Sub-directories can
contain more sub-directories. A little initimdating, but if thought is given to the
structure the system proves superior to the Flat approach
.