Description: Each list item should be indented; Menu, Ordered Lists and Unordered Lists. Unordered Lists are indented, and each line starts with a bullet point or asterix. Ordered lists are indented, and lines are either numbered sequentially or use a sequential alphabetic organization.
Ordered List
Begin Test
- Wake up
- Hold internal debate about getting out of bed
- finally get up
- go to kitchen
- make coffee and toast
- wait for consciousness to kick in
End Test
Unordered List
Begin Test
Shopping list
- organic salad mix
- walnuts
- coffee
- Godiva ice cream
End Test
D(efinition)D(escription), D(efinition)L(ist), and D(efinition)T(erm) tags
Definition List tags are used to contain a glossary-style list containing DT and DD tags. Its primary effect on formatting and layout is to introduce a 1-em top and bottom margin above and below the contents of the tag. Definition Description tags are used within a definition list tag. The DD tag's default layout is a standard block-level indent. It is preceded by a DT (definition term) tag for the term it defines. Definition Term tags enclose a term to be defined in a definiton list, and renders the content in its own block, without any first-line indent or margin indent.
Begin Test
- So, what does it take to be a perkygoff?
- Lots of sugar. Or, optionally, one might simply be a self-deterministic and obnoxiously happy little git, dressing all in black and all that rubbish and generally presenting oneself as a complete paradox when encountering traditional goth stereotypes of gloom and morbidity. Its been done.
End Test