Once you know what your subject will be, choose a memorable but short name for it
that you can use as a folder name. Use variable naming rules. IE, no spaces or "special" characters.
Just alphanumeric and underscores. If you must use a dash, I'll allow them.
Yes!
A student team working on a website for the campus geology society might choose...
<a href="http://warren.sewanee.edu/doejj01/CS284/SewaneeRocks"> Sewanee Rocks! </a>
But NOT NOT NOT!
<a href="http://warren.sewanee.edu/doejj01/CS%284/MyProject/Final3/"> CS 284 - Final Project </a>