MMDT1021 Chapter 13 Notes - page 3
Creating Definition Lists
Code | Result |
---|---|
This is some text before the list. |
This is some text before the list.
|
Creating Nested Lists
Ordered Inside of Unordered. Note: The indentation done by the programmer (you) is for your own personal benefit when reading and debugging the code. It has NO effect when displayed by the web browser. The web browser does the indentation and creation of the list icons based on the HTML list tags. |
Code | Result |
---|---|
This is some text before the list. |
This is some text before the list.
|
Unordered Inside of Ordered inside of Ordered. |
Code | Result |
---|---|
This is some text before the list. |
This is some text before the list.
|