["html",
  ["dl",
    ["dt",
      "fruit"
    ],
    ["dd",
      "apple"
    ],
    ["dd",
      "banana"
    ],
    ["dd",
      "pear"
    ],
    ["dt",
      "animal"
    ],
    ["dd",
      "cow"
    ],
    ["dd",
      "duck"
    ],
    ["dd",
      "horse"
    ]
  ]
]
