Overall, I like your site - easy to navigate and the color scheme fits nicely; I'll recommend your site on another Forum, as they're always looking for freelancers.
Your site is missing a <!DOCTYPE Declaration> which is mandatory for most current markup languages, and without one, it's impossible to reliably validate a document. The DOCTYPE defines the version of the document like -- HTML 4.0.1, XHTML 1.0, 1.1, ...etc.
You have 14 code errors and 87 code warnings, you may wish to fix, so that your site validates for accessibility in all browsers, as shown here ...
Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 9 column 116 - Warning: unescaped & or unknown entity "&d"
line 9 column 122 - Warning: unescaped & or unknown entity "&d"
line 10 column 116 - Warning: unescaped & or unknown entity "&d"
line 10 column 121 - Warning: unescaped & or unknown entity "&d"
line 11 column 116 - Warning: unescaped & or unknown entity "&d"
line 11 column 121 - Warning: unescaped & or unknown entity "&d"
line 46 column 1 - Warning: <form> isn't allowed in <table> elements
line 47 column 1 - Warning: missing </form> before <tbody>
line 48 column 1 - Warning: inserting implicit <table>
line 58 column 204 - Error: discarding unexpected </form>
line 59 column 1 - Warning: <form> isn't allowed in <table> elements
line 60 column 1 - Warning: <form> shouldn't be nested
line 60 column 1 - Warning: missing </form> before <tbody>
line 61 column 1 - Warning: inserting implicit <table>
line 63 column 653 - Error: discarding unexpected </form>
line 60 column 1 - Warning: missing </form>
line 63 column 668 - Error: discarding unexpected </td>
line 63 column 673 - Error: discarding unexpected </tr>
line 63 column 678 - Error: discarding unexpected </tbody>
line 85 column 1 - Warning: <form> isn't allowed in <table> elements
line 86 column 1 - Warning: <form> shouldn't be nested
line 86 column 1 - Warning: missing </form> before <tbody>
line 89 column 1 - Warning: inserting implicit <table>
line 102 column 207 - Error: discarding unexpected </form>
|