-
Which of the following is a generic inline container for phrasing content?
-
- <sup>
- <strong>
- <sub>
- <span>
- 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.