Object-Oriented Programming, HTML Tables
Tables
basic Table sTrucTure

- The <table> element is used to create a table.
- You indicate the start of each row using the opening <tr> tag.
- Each cell of a table is represented using a <td> element. (The td stands for table data.)
Table heading <th> to represent the heading for either a column or a row.
There are three elements that help distinguish between the main content of the table and the first and last rows : <thead>,,<tfoot>
also you can change width and spacing ,borderd and background color .
Functions, Methods, and Objects

updating an object : to update value or propertiy use dot notation or square bracket . to remove use delete key word
if you wnt to create many objects to represent similar thing you can use function as a template
arrays are object