This document teaches HTML programming skills for using tables and lists. It covers how to create tables with <table>, <tr>, and <td> tags and how to make unordered lists with <ul> and <li> tags and ordered lists with <ol> and <li> tags. Examples are provided and students are instructed to create webpages with these elements and preview them in a browser.