Sha256: 3d5c8ea06f25f0565359be4204dc6bd437a3ee67a39b489eb6e74f63cf79f0ce
Contents?: true
Size: 304 Bytes
Versions: 23
Compression:
Stored size: 304 Bytes
Contents
<html> <body> <h4>An Unordered List:</h4> <ul> <li id='list1'>Coffee</li> <li id='list2'>Tea</li> <li id='list3'>Milk</li> </ul> <h4>An Ordered List:</h4> <ol> <li id='ordered1' name='x1'>Phil</li> <li id='ordered2'>Bob</li> <li id='ordered3'>Joe</li> </ol> </body> </html>
Version data entries
23 entries across 23 versions & 1 rubygems