Sha256: c8ef8248663c2802a1573a3d3dc51bafc5c20604809818b197fec1204399bb9b
Contents?: true
Size: 313 Bytes
Versions: 16
Compression:
Stored size: 313 Bytes
Contents
<!doctype 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
16 entries across 16 versions & 2 rubygems