简体   繁体   中英

How to Validate HTML, CSS and JS in Eclipse IDE

I am using eclipse with WTP plugin for writing HTML, CSS and JS code. For validating pages I need to visit w3c website. Is it possible to configure eclipse in a way that offline validation is possible within eclipse. If so, kindly mention in detail as I am new to eclipse.

In the explorer window (that lists all your files and folders) highlight the files you want to validate, right click and select Validate. The warnings and errors can be seen in the Problems pane (Window -> Show View -> Problems).

The Eclipse website has a walkthrough on validation: http://www.eclipse.org/webtools/community/tutorials/XMLValidation/XMLValidationTutorial.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM