The document describes 9 HTML programs that implement various features:
1. Creates a table with rowspan and columnspan.
2. Implements unordered, ordered, and definition lists.
3. Creates a college registration form.
4. Creates 4 frames to display images.
5. Creates a login page with form validation.
6. Implements uploading and displaying an image.
7. Uses the onload event to display an alert message.
8. Inserts a new node and attribute to the DOM.
9. Uses a regular expression to replace text in a paragraph.