Current Forum: Homework 5 - Parts 1 and 2 |
Date: Mon Nov 12 2001 2:52 pm |
Author: Knop, William James W <wknop@andrew.cmu.edu> |
Subject: how to address email addresses in text |
|
|
It seems wrong that "Peter.Lee@cs.cmu.edu" (which appears in text, not the href) is:
word: peter word: lee@cs word: cmu word: edu
Would it be better to add an email token, so it is:
email: peter.lee@cs.cmu.edu
Or would it be better to break it down even more:
word: peter word: lee word: cs word: cmu word: edu
And would we get extra credit for making these optimizations?
-Will |
|