The path to a cleaner version of HTML involved rewriting HTML in terms of ____.

A. CML
B. SGML
C. XML
D. Java

Answer: C

Computer Science & Information Technology

You might also like to view...

Web 2.0 marks a change from people simply reading information online to people interacting by both reading and writing online content.

Computer Science & Information Technology

An async method can perform other statements between those that launch an asynchronous Task and await the Task’s results. In such as case, the method continues executing those statements after launching the asynchronous Task until it reaches ________.

a) the await expression b) the return statement c) the Task return d) the async return

Computer Science & Information Technology