This document provides an overview of HTML table tags for a website design course taught by Mrs. Raya Idrissa. It defines common table tags like <table>, <tr>, <td>, and <th> and explains how to structure a basic table. It also covers special table tags for formatting like <caption>, <colgroup>, <thead>, <tbody>, and <tfoot> as well as attributes for cell padding, cell spacing, colspan, and rowspan. The document includes examples of code for each tag discussed.