-
Which element is used to show the text slowly?
-
- <center>
- <audio>
- <blink>
- <big>
- None of these
Correct Option: C
<big> element increase the font size. <blink> element is non standard element in HTML. It causes enclosed text to flash slowly. But this element is unsupported and thus implements HTMLUnknownElement interface. <audio> element is used to play audio clip. <center> is block level element which centers element horizontally.