Home » HTML » Html miscellaneous » Question
  1. Which of the following is a generic inline container for phrasing content?
    1. <sup>
    2. <strong>
    3. <sub>
    4. <span>
    5. None of these
Correct Option: D

<strong> element shows importance of text. <sub> element is for subscript. <span> HTML element is a generic inline container for phrasing content, that does not inherently represent anything. It is used to group elements for styling purposes with the help of class or id attributes. <sup> is for superscript.



Your comments will be displayed only after manual approval.