Urgh. The code tag is for displaying code then why does an HTML link tag look like this:
- Code:
<a>Hello</a>
Incidentally, that was typed with href="index.html" in the opening a tag.
TOTALLY getting rid of the href part. The same thing happens with font tags, it's just getting rid of all attributes within an html tag, from what I've seen. It totally invalidates the point of a code tag.