Home » HTML » Html miscellaneous » Question
  1. Which element may be used within content to represent material that is tangential?
    1. class
    2. article
    3. cite
    4. aside
    5. None of these
Correct Option: D

<cite> tag defines the title of work. The class attribute specifies one or more class names to HTML. An article tag is similar to <section> or <header> which contains information. The aside tag defines a block of content that is related to the main content around it, but not central to the flow of it.



Your comments will be displayed only after manual approval.