HTMLHTML · Lesson 08ListsUnordered, ordered and description lists, plus nesting.Video tutorialTrack course · freeCodeCampHTML Full Course for Beginners Speed0.75x1x1.25x1.5x2x Skip intro Next lessonWatch 00:00 · 1 checkpoints Watch on YouTube More on this topic Transcript & captions .txt2/200:00Lists. Unordered, ordered and description lists, plus nesting.00:05Try it yourself — edit the sample and run it in the browser.Try it yourself Copy Reset Run<ul> <li>HTML</li> <li>CSS <ul><li>Flexbox</li><li>Grid</li></ul> </li> </ul> <ol start="3"> <li>Third</li> <li>Fourth</li> </ol> <dl> <dt>DOM</dt> <dd>Document Object Model</dd> </dl>Knowledge check0/1 answeredWhich list type numbers its items automatically?<ul><ol><dl>Mark as complete PreviousImages & MediaNext Tables