Code:
here is what TNT is saying is wrong with my code
Invalid words, disallowed words or words that should have quotes but do not were found inside your html tags.
For example:
GOOD: <map> BAD: <map>
YES: <a>page</a> NO: <a>page</a>
GOOD: <td align="center" valign="middle"> BAD: <td align="center valign=middle">
Here are the invalid words or disallowed words or words that should be inside of quotes inside the html tags < >
If the word is preceded by an = sign in your code, it is likely that the word should be inside of quotes.
Problem words and estimated problem area.
0.) a/
<a>
what the heck does this mean?!