1D0-610 · Question #59
Katie developed her corporation's intra net site using proprietary HTML language extensions based on the company's current browser. The company has recently updated its systems to include the use of…
The correct answer is C. Update the site using a single language standard consistently, such as HTML5 or XHTML. Using a recognized standard like HTML5 or XHTML (option C) ensures the site renders consistently across all browsers because standards-compliant browsers are built to interpret the same markup in the same way - removing the dependency on any single vendor's rendering engine…
Question
Katie developed her corporation's intra net site using proprietary HTML language extensions based on the company's current browser. The company has recently updated its systems to include the use of a new browser. Now the intra net site that Katie developed no longer renders its content consistently. What should Katie do to ensure that this site's content renders consistently regardless of the browser used?
Options
- ARevise the site to include workarounds and hacks for the new browser.
- BRevise the site's markup language in only those areas that are not rendering properly.
- CUpdate the site using a single language standard consistently, such as HTML5 or XHTML.
- DUpdate the site using the proprietary language extensions required by the new browser's rendering engine.
How the community answered
(58 responses)- A7% (4)
- B14% (8)
- C74% (43)
- D5% (3)
Explanation
Using a recognized standard like HTML5 or XHTML (option C) ensures the site renders consistently across all browsers because standards-compliant browsers are built to interpret the same markup in the same way - removing the dependency on any single vendor's rendering engine. Option A (workarounds and hacks) is a short-term patch that creates technical debt and breaks again with the next browser update. Option B (fixing only broken areas) still leaves proprietary extensions elsewhere, meaning the problem persists in untouched sections and will resurface with future browser changes. Option D simply repeats the original mistake - trading one proprietary dependency for another, guaranteeing the same inconsistency problem down the road.
Memory tip: Think "standards = stability." Proprietary = tied to one vendor; standard = works everywhere. Whenever a question involves cross-browser consistency, the answer will always favor open, widely-adopted standards over vendor-specific solutions.
Topics
Community Discussion
No community discussion yet for this question.