-
Which element was not removed by HTML5?
-
- <big>
- <strike>
- <center>
- <small>
- None of these
Correct Option: D
Although HTML5 adds new elements, it also kicked out some old elements like <big>, <center>, <font>, <tt>, <strike>. HTML5 adapted many elements also <small> is one among these. The <small> element represents “small print”.