310 likes | 433 Vues
This lesson covers the basics of HTML list tags, including unordered lists (using the `<ul>` tag), ordered lists (using the `<ol>` tag), and definition lists (defined by the `<dl>` tag). Each type of list serves a different purpose in organizing content. Unordered lists display items with bullet points, while ordered lists number each item sequentially. Definition lists include terms and their descriptions. This guide includes references and credits to acknowledge contributions and resources for learning HTML effectively.
E N D
Creating List
Pre-Test Credits Lesson Proper Post-Test References
1. An _______ list starts with the <ul> tag . Unordered Ordered Definition Next Question
Ooops ! Try again !
2. An _______ list starts with the <ol> tag . Unordered Ordered Definition Next Question
Ooops ! Try again !
3. The ______ tag defines a definition list. <dl> <dt> <ul> Next Question
Ooops ! Try again !
4. Defines a description of an item in a definition list <dl> <dt> <ul> Next Question
Ooops ! Try again !
5. Defines an item in a definition list . <dl> <dd> <dt> Next Question
Ooops ! Try again !
Lists • Unordered list • Ordered List • Definition List Table of Contents
Unordered list An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. The list items are marked with bullets (typically small black circles).
Type this one ! Result
Ordered List An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. The list items are marked with numbers.
Type this one ! Result
Definition List A definition list is a list of items, with a description of each item. The <dl> tag defines a definition list. The <dl> tag is used in conjunction with <dt> (defines the item in the list) and <dd> (describes the item in the list)
Type this one ! Result
HTML List Tags Main
References: *http://www.w3schools.com/html/html_lists.asp * Wallpapersphotos.com * msdn.microsoft.com * tutorialchip.com
Credits : • I would like to thank to : • My Parents • Classmates • Our God • Sir Reluba
Reported By : Jennilyn P. Capada III-1 ( Programming) Batch 2011-2012