Which of the following is not a newly added element in HTML5?
frameset
nav
audio
article
None of these
Correct Option: A
An article tag is semantic element newly introduced in HTML5 along with nav and audio. Frameset was already introduced in HTML markup used to divide window/web page in frames.