Aisha is coding a Web site using a GUI HTML editor. She wants to quickly check her code
for errors and compliance with HTML standards as she works. How can she best
accomplish this?
A.
Validate the code using the GUI validator.
B.
Render and validate the code using http://validator.w3.org.
C.
Render the code with a browser to see if it looks correct.
D.
Validate the code using http://validator.w3.org.
I believe D is the correct answer. It’s the industry standard, easily accepts multiple methods of uploading for checking, and will check for all browsers and not just the ones supported by the editor.