Can anyone advise where I can have my website reviewed?

Is there an online forum for website critique?

What online software is there that can analyse my code?

有帮助吗?

解决方案

You can use the W3C validator for checking HTML, and you can use JSLint or JSHint for Javascript.

Also, we have a code review site here on Stack Exchange.

其他提示

W3C's validator will validate your HTML and CSS.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top