The document discusses HTML lists and tables which were covered in a lecture on web development. It introduces various list types like unordered lists, ordered lists and definition lists. It also covers the tags used to create tables like <TABLE>, <TR>, <TH>, <TD> and their attributes. The next topic will be on interactive forms and building a simple form.