Home » HTML » Html miscellaneous » Question
  1. Which element is used to show the text slowly?
    1. <center>
    2. <audio>
    3. <blink>
    4. <big>
    5. 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.



Your comments will be displayed only after manual approval.