5. Lists, Tables, and EmbedsLists and Definition ListsOn this pageLists and Definition Lists<ul> <li>Header</li> <li>Main</li> <li>Footer</li></ul><dl> <dt>HTML</dt> <dd>The document structure layer of the web.</dd></dl> Use the Right Type <ul> for unordered collections <ol> for sequences <dl> for terms and descriptions What's Next Next: Tables, Iframes, and Embedded Content