223k views
0 votes
You are almost finished updating a Website. As part of the update, you have converted all pages from HTML 4.0 to HTML5. The project is currently on schedule. However, your project manager has been asked by the accounting team manager to justify a day of time spent validating the site's HTML5 pages. The accounting team manager does not have technical knowledge of the Internet or the Web. Which is the most appropriate explanation to provide to the accounting team manager?a. The team needs to verify that the site will appear as expected in as many browsers as possible.b. We need to verify that the HTML5 in the pages conforms to W3C standards.c. Customers may have problems downloading the page, and one of those problems might involve improperly closed tags.d. Improper declarations will cause problems, and they need to be verified via HTTP.

1 Answer

2 votes

Answer:

a. The team needs to verify that the site will appear as expected in as many browsers as possible.

Step-by-step explanation:

Upgrading to HTML5 is a good idea you get a universal experience across a wide spectrum of devices. With HTML5, you get device ubiquity. You get a chance to build something once and have it work across a wide spectrum of browsers.

However, to a non technical person all these steps and coding you have taken to achieve this don't mean anything. They will only be satisfied with what they can observe physically and confirm there are no issues.

This is why option a is most appropriate as opposed to other options. The account manage will need to see and confirm that the site's HTML5 pages are appearing on many browsers as possible without any issue.

User Bangalore
by
4.7k points