Multiple choice technology web technology

Which of the following is NOT a proposed feature of the HTML 5 standard?

  1. More robust formatting attributes for the font tag

  2. The ability to create dynamic, scriptable bitmapped images

  3. An API for saving data to client-side storage

  4. New tags for embedding audio and video in Web pages

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTML5 explicitly deprecated presentational tags like font in favor of CSS, so it would not add more formatting attributes to the font tag. The other options describe actual HTML5 features: the Canvas API creates dynamic bitmapped images, the Web Storage API provides client-side data persistence, and native audio/video tags were introduced.