You are developing a Website using a GUI editor. You have written code in the pages to the HTML 4.01 Transitional standard, and it has validated. Then a team member, hearing that the site will be updated to HTML5 soon, changes the !DOCTYPE declaration on this page to refer to HTML5. Although your page once validated as HTML 4.01 Transitional, it no longer validates. What is the fastest way to get the page to validate?
A. Edit the page code to conform to the HTML5 standard as declared in the !DOCTYPE.
B. Change the !DOCTYPE declaration back to HTML 4.01, to which the page code currently conforms.
C. Delete the !DOCTYPE declaration from the page and validate the code without it.
D. Delete the DTD reference from the page's !DOCTYPE declaration and validate the code without it.