Skip to the content. Back to Subsection 1
<style> :not(ul) > ol { counter-reset: list-ctr; list-style-type: none; list-style-position: outside; } :not(ul) > ol > li { counter-increment: list-ctr; } :not(ul) > ol > li::before { content:"Q" counter(list-ctr) ". "; margin-left: -25.5px; } ol ol { list-style-type: circle; } ol ol > li::before{ content: none; margin-left: default; } ol ul { list-style-type: lower-alpha; } ol ul ul { list-style-type: lower-roman; } ul ol { list-style-type: circle; } ul { list-style-type: decimal; } ul ul { list-style-type: lower-alpha; } ul ul ul { list-style-type: lower-roman; }

Chapter 5

    1. It saves ink or paper, due to the removal of the need to write on physical objects
    2. It allows for displays on any surface, even patterned or curved ones, regardless of the material
    1. Playing music
    2. Reading text (for accessibilty)
    3. Feedback

Exercises