List tags in HTML

What is the output of the code snippet given below?

<html>
     <body>
      <ul>
              <ol>
                            <li>A</li>
                               <dt>B</dt>
                               <dd>C</dt>
                            <li>D</li>
              </ol>
             <li>E</li>
      </ul>
      </body>
</html>
Options
  • 1.A

B

C

2. D

E

  • 1. A

B

C

2. D

3. E

  • 1. A

B

C

2. D

iii. E

  • 1. A

B

C

2. D

. E

Related Posts