Skip to the content. Back to Chapter 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: -25px; } 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 28

  1. 57, 255
  2. 0b00100101, 0b01100100
  3. 0b10100111
  4. 0xFF
  5. 0x25, 0x64
  6. 0b00111011, 0b00010100

Exercises