문제

I have some jsp pages and html pages.

I would like to format all of them so that all are conform to XHTML standard.

Is there any software or online website that provide the functionality of validating XHTML pages and if possible auto-correcting it?

도움이 되었습니까?

해결책

There are a variety of validators around but not necessarily autocorrecting.

CSE HTML Validator is one. This will indicate errors in your code by line and make recommendations.

HTML Tidy will autocorrect. I believe it does XHTML. Do a backup of your files before using it as the result may not always be what you want.

W3 run an online validator http://validator.w3.org/. This will show you your errors.

다른 팁

http://validator.w3.org/ Try this website. This website validates the website according to w3c standards.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top