Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

W3C's validator will validate your HTML and CSS.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top