Home » HTML » Html miscellaneous » Question
  1. Which of the following displays text inside <abbr> in slightly smaller font size:
    1. .initialism
    2. .info
    3. .in
    4. .input-group
    5. None of these
Correct Option: A

.initialism displays text inside <abbr> element in slightly smaller font size, .input-group is a container to enhance input by adding an icon, text or button in front or behind it as a “help text”, .info adds light-blue background to table row, indicating a neutral informative change or action.



Your comments will be displayed only after manual approval.