I'm refactoring a web app I maintain, and I'm ripping out all the JavaScript, making sure it has full functionality using HTML alone. For the first phase I'm not even using any CSS.
It's much more rewarding than I thought it would be. It's forcing me to think about what information is necessary for the app to be usable and useful.
Once I've achieved full coverage for all the user stories, then I'll start styling it.