Question: What is wrong with this code?

  1. Nothing is wrong.
  2. `
      ` cannot contain a heading element as a direct child.
    • An `

      ` should be used here instead of an `

      ` tag.

    • Only `
        ` allows direct descendants to contain elements other than an `
      1. `, so use an `
          ` here instead.

        Answer: The correct answer of the above question is Option B:`

          ` cannot contain a heading element as a direct child.